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

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

class SCA_XORController(SCA_IController):
	"""
	An XOR controller activates when there is the input is mixed, but not when all are on or off.
	
	There are no special python methods for this controller.
	"""