forked from bartvdbraak/blender
976e3a1824
Added Actuator documentation.
10 lines
164 B
Python
10 lines
164 B
Python
# $Id$
|
|
# Documentation for SCA_IActuator
|
|
from SCA_ILogicBrick import *
|
|
|
|
class SCA_IActuator(SCA_ILogicBrick):
|
|
"""
|
|
Base class for all actuator logic bricks.
|
|
"""
|
|
|