blender/source/gameengine/PyDoc/KX_ConstraintWrapper.py
2009-04-07 17:54:56 +00:00

29 lines
477 B
Python

class KX_ConstraintWrapper: # (PyObjectPlus)
"""
KX_ConstraintWrapper
All placeholders have a __ prefix
"""
def __getConstraintId(val):
"""
TODO - Description
@param val: the starting frame of the animation
@type val: float
@rtype: integer
@return: TODO Description
"""
def __testMethod(val):
"""
TODO - Description
@param val: the starting frame of the animation
@type val: float
@rtype: integer
@return: TODO Description
"""