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

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

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