This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/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.
"""