Class BuffData
Inheritance
System.Object
BuffData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class BuffData : IMetaClass
Properties
| Improve this Doc View SourceBuffAttributeFlag
Declaration
public byte BuffAttributeFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
CanTimeoutWhileCasting
Declaration
public bool CanTimeoutWhileCasting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FloatVarsDecimals
Declaration
public MetaContainer<int> FloatVarsDecimals { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.Int32> |
PersistentEffectConditions
Declaration
public MetaUnorderedContainer<PersistentEffectConditionData> PersistentEffectConditions { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<PersistentEffectConditionData> |
ShowAccumulatedDuration
Declaration
public bool ShowAccumulatedDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowDuration
Declaration
public bool ShowDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TooltipData
Declaration
public TooltipInstanceBuff TooltipData { get; set; }
Property Value
Type | Description |
---|---|
TooltipInstanceBuff |