Class Map
Inheritance
System.Object
Map
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class Map : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BasedOnMap { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> CharacterLists { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink FogOfWarProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte InitialVisibilityMask { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<string> m1374271886 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> m1577145896 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<MapVisibilityFlagDefinitions> m3541747406 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte m820706474 { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaObjectLink> m833588887 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> MapSkins { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MapStringId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaObjectLink> RequiredLocations { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> SharedCharacterLists { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<MapVisibilityFlagDefinitions> VisibilityFlagDefines { get; set; }
Property Value
Implements