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

KX_ConstraintWrapper.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b34e1609e811683b0aabadda0a8d32cbe6f7523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
		"""