blender/source/gameengine/PyDoc/SCA_IObject.py
Campbell Barton eee8dd9086 - Updated BGE docs to match the game engines class inheritance more closely.
- Grouped deprecated functions for KX_Camera, KX_GameObject, SCA_ISensor, SCA_ILogicBrick, KX_Scene
2009-04-28 13:02:49 +00:00

10 lines
142 B
Python

#
# Documentation for SCA_IObject class
from CValue import *
class SCA_IObject(CValue):
"""
This class has no python functions
"""
pass