blender/source/gameengine/PyDoc/SCA_XNORController.py
Campbell Barton 960fa534b7 BGE Epydocs were missing some functions
renamed KX_Light -> KX_LightObject
added some missing controllers
2009-04-06 13:13:25 +00:00

12 lines
338 B
Python

# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $
# 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.
"""