Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SCA_IObject.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92e4884e815b6dd2073a4fc3fc6c0b2f7d93f693 (plain)
1
2
3
4
5
6
7
8
9
# 
# Documentation for SCA_IObject class

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