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_ORController.py

12 lines
252 B
Python
Raw Normal View History

# $Id$
# Documentation for SCA_ORController
from SCA_IController import *
class SCA_ORController(SCA_IController):
"""
An OR controller activates when any connected sensor activates.
There are no special python methods for this controller.
"""