Package bpy :: Module types :: Class MessageSensor
[hide private]
[frames] | no frames]

Class MessageSensor


The Message Sensor Object

Sensor to detect incoming messages.

(no references to this struct found)

Instance Variables [hide private]
int in [0, 10000] frequence
Delay between repeated pulses(in logic tics, 0=no delay). (Inherited from bpy.types.Sensor)
boolean invert
Invert the level(output) of this sensor. (Inherited from bpy.types.Sensor)
boolean level
Level detector, trigger controllers of new states(only applicable upon logic state transition). (Inherited from bpy.types.Sensor)
string name
Sensor name. (Inherited from bpy.types.Sensor)
boolean pulse_false_level
Activate FALSE level triggering (pulse mode). (Inherited from bpy.types.Sensor)
boolean pulse_true_level
Activate TRUE level triggering (pulse mode). (Inherited from bpy.types.Sensor)
string subject
Optional subject filter: only accept messages with this subject, or empty for all.
enum (readonly) type
Type in... (Inherited from bpy.types.Sensor)
Instance Variable Details [hide private]

subject

Optional subject filter: only accept messages with this subject, or empty for all. (maximum length of 32)
Type:
string