GODPAPER
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IHState
Methods
Package
com.lookbackon.AI.HFSM.states
Interface
public interface IHState
Implementors
HStateBase
IHState.as class. Each state needs to only define events that it responds to. Note, state classes do not have to be nested inside here, but i just thought it more clearly shows affiliation:it's a state of our object.
Public Methods
Method
Defined By
derivesFrom
(state:
IState
):Boolean
IHState
Method Detail
derivesFrom
()
method
public function derivesFrom(state:
IState
):Boolean
Parameters
state
:
IState
Returns
Boolean
Thu Jan 16 2014, 01:11 PM +08:00