blender/source/gameengine/PyDoc/SCA_AlwaysSensor.py

10 lines
153 B
Python
Raw Normal View History

# $Id$
# Documentation for SCA_AlwaysSensor
from SCA_ISensor import *
class SCA_AlwaysSensor(SCA_ISensor):
"""
This sensor is always activated.
"""