| Trees | Indices | Toggle frames |
|---|
object --+
|
base_actions.Action --+
|
base_actions.IntervalAction --+
|
GridBaseAction
GridBaseAction is the base class of all Grid Actions.
|
init(self,
grid=(4,4),
duration=5)
Initialize the Grid Action
|
|
|
start(self)
Before we start executing an action, self.target is assigned and this method is called.
|
|
| __reversed__(self) | |
Inherited from base_actions.IntervalAction:
done,
update
Inherited from base_actions.Action:
__add__,
__init__,
__mul__,
__or__,
step,
stop
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
Inherited from object:
__class__
|
Inherited from base_actions.Action:
target
|
| Trees | Indices | Toggle frames |
|---|
| Generated by Epydoc 3.0beta1 on Sat Sep 6 13:21:10 2008 | http://epydoc.sourceforge.net |