blender/source/gameengine/PyDoc/SCA_AlwaysSensor.py
Kester Maddock d38329b5aa Added Python module for Lights.
Added attributes to the vertex class.
2004-05-30 11:09:46 +00:00

10 lines
153 B
Python

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