KX_NetworkMessageActuator(SCA_IActuator)

base class — SCA_IActuator

class bge.types.KX_NetworkMessageActuator(SCA_IActuator)

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

Previous topic

KX_NearSensor(KX_TouchSensor)

Next topic

KX_NetworkMessageSensor(SCA_ISensor)