Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SCA_ORController.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eeeb9de3afe055b30bd2eddb7763201e56400233 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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.
	"""