Method | Description | |
---|---|---|
Apply ( |
Applys the ability to a figure
|
|
GetAbility ( string abilityString ) : |
Creates an ability by parsing a string
|
|
ToString ( ) : string |
Prints an ability as a
|
Method | Description | |
---|---|---|
GetTrigger ( string trigger, |
||
IfType ( ) : bool | ||
IntBonus ( ) : int | ||
QuickShot ( ) : void | ||
WhenAttacking ( ) : bool | ||
isTrue ( ) : bool |
public Apply ( |
||
figure | /// The figure to apply the figure to /// | |
remove | bool | |
return | void |
public static GetAbility ( string abilityString ) : |
||
abilityString | string | /// An ability as a string /// |
return |