SCA_NetworkMessageActuator(SCA_IActuator)¶
base class — SCA_IActuator
- class bge.types.SCA_NetworkMessageActuator¶
Message Actuator
- propName¶
Messages will only be sent to objects with the given property name.
- Type:
string
- subject¶
The subject field of the message.
- Type:
string
- body¶
The body of the message.
- Type:
string
- usePropBody¶
Send a property instead of a regular body message.
- Type:
boolean