| Home | Trees | Index | Help |
|
|---|
| Module SCA_PropertyActuator :: Class SCA_PropertyActuator |
|
SCA_ILogicBrick--+ |SCA_IActuator--+ | SCA_PropertyActuator
| Method Summary | |
|---|---|
| string |
Returns the name of the property on which to operate. |
| string |
Gets the value with which this actuator operates. |
Set the property on which to operate. | |
Set the value with which the actuator operates. | |
| 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()Returns the name of the property on which to operate.
|
getValue()Gets the value with which this actuator operates.
|
setProperty(prop)Set the property on which to operate. If there is no property of this name, the call is ignored.
|
setValue(value)Set the value with which the actuator 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 Fri Aug 27 21:08:03 2004 | http://epydoc.sf.net |