Difference between revisions of "Parallel State Machine Design"
From SWGANH Wiki
(New page: == Abstract State == == Action State == == Locomotion State == == Posture State == == StateManager ==) |
(→Abstract State) |
||
Line 1: | Line 1: | ||
== Abstract State == | == Abstract State == | ||
+ | Methods: | ||
+ | |||
+ | Entry(ActorState, State) | ||
+ | Exit(ActorState, State) | ||
== Action State == | == Action State == |
Revision as of 14:49, 23 January 2012
Abstract State
Methods:
Entry(ActorState, State) Exit(ActorState, State)