Class ScriptGlobalProperties
Inheritance
System.Object
ScriptGlobalProperties
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 ScriptGlobalProperties : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AutoBuffActivateAttachBoneNames { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> AutoBuffActivateEffects { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string BuffName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BuffTextureName
Declaration
public string BuffTextureName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float CastTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ChannelDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public uint DeathEventType { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool IsDeathRecapSource { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsItemToggled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool NonDispellable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public int OnPreDamagePriority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public bool PersistsThroughDeath { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> PopupMessages { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> SpellFxOverrideSkins { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint SpellToggleSlot { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> SpellVoOverrideSkins { get; set; }
Property Value
Implements