Home | Trees | Index | Help |
|
---|
Module SCA_PropertySensor :: Class SCA_PropertySensor |
|
SCA_ILogicBrick
--+ |SCA_ISensor
--+ | SCA_PropertySensor
Method Summary | |
---|---|
string |
Return the property with which the sensor operates. |
Gets when to activate this sensor. | |
string |
Return the value with which the sensor compares to the value of the property. |
Sets the property with which to operate. | |
Set the type of check to perform. | |
Set the value with which the sensor operates. | |
Inherited from SCA_ISensor | |
integer |
The frequency for pulse mode sensors. |
True if this sensor activates on negative events. | |
True if the sensor is in negative pulse mode. | |
True if the sensor is in positive pulse mode. | |
True if this sensor brick has been activated. | |
Sets the frequency for pulse mode sensors. | |
Sets if this sensor activates on positive or negative events. | |
Sets negative pulse mode. | |
Sets positive pulse mode. | |
Inherited from SCA_ILogicBrick | |
integer |
Gets the execution priority of this logic brick. |
KX_GameObject
|
Gets the game object associated with this logic brick. |
Sets the priority of this logic brick. |
Method Details |
---|
getProperty()Return the property with which the sensor operates.
|
getType()Gets when to activate this sensor.
|
getValue()Return the value with which the sensor compares to the value of the property.
|
setProperty(name)Sets the property with which to operate. If there is no property of that name, this call is ignored.
|
setType(checktype)Set the type of check to perform.
|
setValue(value)Set the value with which the sensor operates. If the value is not compatible with the type of the property, the subsequent action is ignored.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Feb 1 00:12:33 2007 | http://epydoc.sf.net |