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

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

class SCA_XNORController(SCA_IController):
	"""
	An XNOR controller activates when all linked sensors are the same (activated or inative).
	
	There are no special python methods for this controller.
	"""