Property | Type | Description | |
---|---|---|---|
canHoverGrid | bool |
Property | Type | Description | |
---|---|---|---|
ConfirmationChecker | Coroutine | ||
battleManRef | BattleManager, | ||
canUndo | bool | ||
phase | BattleManager.CombatPhase | ||
prevPhase | BattleManager.CombatPhase | ||
undoingState | bool |
Method | Description | |
---|---|---|
BaseCombatState ( BattleManager, thisCombatPhase, bool canUndo = false, bool canHoverGrid = false ) : System.Collections | ||
EndState ( ) : void | ||
InitState ( ) : void | ||
UpdateState ( ) : void |
Method | Description | |
---|---|---|
ConfirmationLock ( ConfirmationFunc func, BattleManager, succeed, BattleManager, fail ) : void | ||
HandleCancelState ( ) : void | ||
RunCheckFunction ( ConfirmationFunc func ) : IEnumerator |
public BaseCombatState ( BattleManager, thisCombatPhase, bool canUndo = false, bool canHoverGrid = false ) : System.Collections | ||
thisCombatPhase | BattleManager, | |
canUndo | bool | |
canHoverGrid | bool | |
return | System.Collections |
protected ConfirmationLock ( ConfirmationFunc func, BattleManager, succeed, BattleManager, fail ) : void | ||
func | ConfirmationFunc | |
succeed | BattleManager, | |
fail | BattleManager, | |
return | void |
protected RunCheckFunction ( ConfirmationFunc func ) : IEnumerator | ||
func | ConfirmationFunc | |
return | IEnumerator |
protected BattleManager.CombatPhase phase | ||
return | BattleManager.CombatPhase |
protected BattleManager.CombatPhase prevPhase | ||
return | BattleManager.CombatPhase |