Home | Trees | Index | Help |
|
---|
Package pygext :: Package gl :: Package director :: Module actions :: Class Fork |
|
object
--+ |Action
--+ | Fork
Fork a new action
Usually chained actions wait for the previous action to end before activating, but Fork can be used to trigger an action and then immediately move to the next action in the chain.Method Summary | |
---|---|
Called when the action object is created. | |
Called when the action is initiated on an entity. | |
Inherited from Action | |
| |
| |
| |
| |
| |
End this action immediately and do NOT continue to the next in chain. | |
Called once per tick to perform the action action. | |
Chain a new action that will be started when this action ends. | |
Called when the action ends. | |
Perform this action for an entity or node. | |
End this action and proceed to the next one in chain. | |
Limit this action by another action. | |
Set the ending criteria fod this action. | |
|
Method Details |
---|
init(self, *actions)Called when the action object is created. Override in subclass.
|
start(self)Called when the action is initiated on an entity. Override in subclass.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 | http://epydoc.sf.net |