Enum CastType
Indicates how a spell can be casted
Namespace: Oasys.Common.Enums.GameEnums
Assembly: Oasys.Common.dll
Syntax
public enum CastType
Fields
Name | Description |
---|---|
Activate | The spell is activable |
AllyChampions | The spell can be casted on an ally champion |
AllyMinions | The spell can be casted on an ally minion |
AllyTurrets | The spell can be casted on an ally turret |
Channel | The spell is a channel |
Charging | The spell is a charging spell |
Direction | The spell can be casted in a direction |
EnemyChampions | The spell can be casted on an enemy champion |
EnemyMinions | The spell can be casted on an enemy minion |
EnemyTurrets | The spell can be casted on an enemy tower |
HeroPets | The spell can be casted only on pets. |
ImpossibleToCast | The spell can't be casted |
Position | The spell can be casted on a position |
Self | The spell can be casted on self |
Toggle | The spell is a toggleable spell |