blender/source/gameengine/PyDoc/SCA_ANDController.py
Kester Maddock 976e3a1824 Updates to GamePython Reference.
Added Actuator documentation.
2004-06-02 12:43:27 +00:00

12 lines
262 B
Python

# $Id$
# Documentation for SCA_ANDController
from SCA_IController import *
class SCA_ANDController(SCA_IController):
"""
An AND controller activates only when all linked sensors are activated.
There are no special python methods for this controller.
"""