Class AbilitySelfValidator
Validates if an entity can cast an ability by its properties.
Inheritance
object
AbilitySelfValidator
Assembly: Dew.Core.dll
Syntax
[Serializable]
public class AbilitySelfValidator : IEntityValidator
Fields
allowWhileDashing
Declaration
[ToggleLeft]
public bool allowWhileDashing
Field Value
allowWhileDisabled
Declaration
[ToggleLeft]
public bool allowWhileDisabled
Field Value
allowWhileDodging
Declaration
[ToggleLeft]
public bool allowWhileDodging
Field Value
Default
Declaration
public static AbilitySelfValidator Default
Field Value
isMovementAbility
Declaration
[ToggleLeft]
public bool isMovementAbility
Field Value
Methods
Evaluate(Entity)
Declaration
public bool Evaluate(Entity self)
Parameters
| Type |
Name |
Description |
| Entity |
self |
|
Returns
Implements