Files
test2/source/gameengine/PyDoc/SCA_NANDController.py

12 lines
317 B
Python
Raw Normal View History

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