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

SCA_AlwaysSensor.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54ab07a8a9995ab91365b01c3766e6f99becdc62 (plain)
1
2
3
4
5
6
7
8
9
# $Id$
# Documentation for SCA_AlwaysSensor
from SCA_ISensor import *

class SCA_AlwaysSensor(SCA_ISensor):
	"""
	This sensor is always activated.
	"""