Files
test2/source/gameengine/PyDoc/SCA_ORController.py
2007-11-06 22:29:20 +00:00

12 lines
252 B
Python

# $Id$
# Documentation for SCA_ORController
from SCA_IController import *
class SCA_ORController(SCA_IController):
"""
An OR controller activates when any connected sensor activates.
There are no special python methods for this controller.
"""