Files
test2/source/gameengine/PyDoc/SCA_ORController.py
Kester Maddock d38329b5aa Added Python module for Lights.
Added attributes to the vertex class.
2004-05-30 11:09:46 +00:00

12 lines
252 B
Python

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