blender/source/gameengine/PyDoc/SCA_ANDController.py

12 lines
262 B
Python
Raw Normal View History

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