mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
bb92baf0bb
commit
65df619ad2
@ -12,7 +12,7 @@ class FSM(DirectObject):
|
|||||||
# special methods
|
# special methods
|
||||||
|
|
||||||
def __init__(self, name, states=[], initialStateName=None,
|
def __init__(self, name, states=[], initialStateName=None,
|
||||||
finalStateName=None, easyDict = None):
|
finalStateName=None):
|
||||||
"""__init__(self, string, State[], string, string)
|
"""__init__(self, string, State[], string, string)
|
||||||
|
|
||||||
FSM constructor: takes name, list of states, initial state and
|
FSM constructor: takes name, list of states, initial state and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user