| Trees | Indices | Help |
|
|---|
|
|
PyObjectPlus --+
|
CValue --+
|
SCA_ILogicBrick --+
|
SCA_IActuator --+
|
SCA_PropertyActuator
Property Actuator
Properties:
|
|||
| Deprecated | |||
|---|---|---|---|
|
|||
| string |
|
||
|
|||
| string |
|
||
| Inherited from SCA_ILogicBrick | |||
| integer |
|
||
| KX_GameObject |
|
||
|
|||
| Inherited from CValue | |||
| string |
|
||
| Inherited from PyObjectPlus | |||
| bool |
|
||
|
|||
| int |
mode TODO - add constants to game logic dict!. |
||
| string |
propName the property on which to operate. |
||
| string |
value the value with which the actuator operates. |
||
| Inherited from SCA_ILogicBrick | |||
|---|---|---|---|
| int |
executePriority This determines the order controllers are evaluated, and actuators are activated (lower priority is executed first). |
||
| string |
name The name of this CValue derived object (read-only). |
||
| KX_GameObject or None in exceptional cases. |
owner The game object this logic brick is attached to (read-only). |
||
| Inherited from PyObjectPlus | |||
| bool |
invalid Test if the object has been freed by the game engine and is no longer valid. |
||
|
|||
Set the property on which to operate. If there is no property of this name, the call is ignored.
Deprecated: Use the propName attribute instead. |
Deprecated: Use the propName attribute instead. |
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.Deprecated: Use the value attribute instead. |
Deprecated: Use the value attribute instead. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Aug 26 12:07:42 2009 | http://epydoc.sourceforge.net |