blender/source/gameengine/PyDoc/SCA_XORController.py
Guillermo S. Romero 6f12e584a9 SVN maintenance.
2009-04-13 19:33:22 +00:00

12 lines
284 B
Python

# $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.
"""