forked from bartvdbraak/blender
976e3a1824
Added Actuator documentation.
12 lines
252 B
Python
12 lines
252 B
Python
# $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.
|
|
"""
|
|
|