blender/source/gameengine/PyDoc/CValue.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

9 lines
143 B
Python

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