blender/source/gameengine/PyDoc/SCA_ANDController.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
262 B
Python

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