Class ContextualRule
Inheritance
System.Object
ContextualRule
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
Syntax
public class ContextualRule : IMetaClass
Properties
|
Improve this Doc
View Source
AnimationAction
Declaration
public ContextualActionPlayAnimation AnimationAction { get; set; }
Property Value
|
Improve this Doc
View Source
AudioAction
Declaration
public ContextualActionPlayAudio AudioAction { get; set; }
Property Value
|
Improve this Doc
View Source
CanStompSelf
Declaration
public bool CanStompSelf { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ChanceWeight
Declaration
public float ChanceWeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ConditionRelationship
Declaration
public uint ConditionRelationship { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Conditions
Declaration
public MetaContainer<IContextualCondition> Conditions { get; set; }
Property Value
|
Improve this Doc
View Source
CooldownModifications
Declaration
public ContextualActionCooldownModifications CooldownModifications { get; set; }
Property Value
|
Improve this Doc
View Source
OverrideCacCooldown
Declaration
public bool OverrideCacCooldown { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Priority
Declaration
public MetaOptional<int> Priority { get; set; }
Property Value
|
Improve this Doc
View Source
StompLowerPriority
Declaration
public bool StompLowerPriority { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TriggerEventAction
Declaration
public ContextualActionTriggerEvent TriggerEventAction { get; set; }
Property Value
Implements