This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/gameengine/PyDoc/KX_ConstraintWrapper.py

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
"""