Home | Trees | Indices | Help |
|
---|
|
SCA_ILogicBrick.SCA_ILogicBrick --+ | SCA_IActuator.SCA_IActuator --+ | KX_NetworkMessageActuator
Message Actuator
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
integer |
|
||
KX_GameObject |
|
||
|
Instance Variables | |
string |
body The body of the message. |
int |
executePriority This determines the order controllers are evaluated, and actuators are activated (lower priority is executed first). (Inherited from SCA_ILogicBrick.SCA_ILogicBrick) |
KX_GameObject or None in exceptional cases. |
owner The game object this logic brick is attached to (read only). (Inherited from SCA_ILogicBrick.SCA_ILogicBrick) |
string |
propName Messages will only be sent to objects with the given property name. |
string |
subject The subject field of the message. |
boolean |
usePropBody Send a property instead of a regular body message. |
Method Details |
DEPRECATED: Use the propName property instead. Messages will only be sent to objects with the given property name.
|
DEPRECATED: Use the subject property instead. Sets the subject field of the message.
|
DEPRECATED: Use the usePropBody property instead. Sets the type of body to send.
|
DEPRECATED: Use the body property instead. Sets the message body.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Fri Apr 24 17:51:19 2009 | http://epydoc.sourceforge.net |