Class GameModeMapData
Inheritance
System.Object
GameModeMapData
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 GameModeMapData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AdditionalPropertyDataPaths { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink AnnouncementsMapping { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink AutoItemPurchasingConfig { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ChampionIndicatorEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ChampionLists { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> Configs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ConfigsClient { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CursorConfig { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CursorConfigUpdate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink DeathTimes { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink DefaultJunglePathRecommendation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink DefaultRespawnPoints { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ExperienceCurveData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ExperienceModData { get; set; }
Property Value
|
Improve this Doc
View Source
FloatingTextOverride
Declaration
public MetaObjectLink FloatingTextOverride { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink GameModeConstants { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink GameModeEventManager { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink GameplayConfig { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ItemLists { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ItemShopData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ItemShopEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink JungleRecommendationMapInformation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> LevelControllers { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink LuaObjectOverrides { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MapLocators { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MinionAiScriptOverride { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool MinionsUseAttackAffectFlagsForTargeting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MissionBuffData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ModeName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<PerkReplacementList> PerkReplacements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool RelativeColorization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> ScriptDataObjectLists { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> StartupCheats { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink StatsUiData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink SurrenderSettings { get; set; }
Property Value
Implements