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

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

class SCA_ANDController(SCA_IController):
	"""
	An AND controller activates only when all linked sensors are activated.
	
	There are no special python methods for this controller.
	"""