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

SCA_IActuator.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac47c15dc78f9b1c4983654ef383cd2f2fe2a2fe (plain)
1
2
3
4
5
6
7
8
9
# $Id$
# Documentation for SCA_IActuator
from SCA_ILogicBrick import *

class SCA_IActuator(SCA_ILogicBrick):
	"""
	Base class for all actuator logic bricks.
	"""