BGE python api addition, GameObject get/setState and Controller.getState()

Also added a note in the tooltip for action priority when using more then 1 action at a time.
This commit is contained in:
Campbell Barton
2008-06-29 21:52:23 +00:00
parent ab7794392e
commit 6a3e8e7fff
7 changed files with 70 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ class SCA_PythonController : public SCA_IController
KX_PYMETHOD_DOC(SCA_PythonController,GetActuators);
KX_PYMETHOD(SCA_PythonController,SetScript);
KX_PYMETHOD(SCA_PythonController,GetScript);
KX_PYMETHOD(SCA_PythonController,GetState);
};