MessageActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.MessageActuator(Actuator)

Actuator to ..

body_message

Optional message body Text

Type :string, default “”
body_property

The message body will be set by the Property Value

Type :string, default “”
body_type

Toggle message type: either Text or a PropertyName

Type :enum in [‘TEXT’, ‘PROPERTY’], default ‘TEXT’
subject

Optional message subject. This is what can be filtered on

Type :string, default “”
to_property

Optional send message to objects with this name only, or empty to broadcast

Type :string, default “”

Inherited Properties

Inherited Functions

Previous topic

MeshVertices(bpy_struct)

Next topic

MessageSensor(Sensor)