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

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

class SCA_NANDController(SCA_IController):
	"""
	An NAND controller activates when all linked sensors are not active.
	
	There are no special python methods for this controller.
	"""