blender/source/gameengine/PyDoc/SCA_ORController.py

12 lines
252 B
Python
Raw Normal View History

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