- Grouped deprecated functions for KX_Camera, KX_GameObject, SCA_ISensor, SCA_ILogicBrick, KX_Scene
9 lines
135 B
Python
9 lines
135 B
Python
#
|
|
# Documentation for CValue class
|
|
from CValue import *
|
|
class CPropValue(CValue):
|
|
"""
|
|
This class has no python functions
|
|
"""
|
|
pass
|