base class — SCA_ILogicBrick
Base class for all sensor logic bricks.
Flag to turn positive pulse mode on and off.
Type: | boolean |
---|
Flag to turn negative pulse mode on and off.
Type: | boolean |
---|
The frequency for pulse mode sensors.
Type: | integer |
---|
level Option whether to detect level or edge transition when entering a state. It makes a difference only in case of logic state transition (state actuator). A level detector will immediately generate a pulse, negative or positive depending on the sensor condition, as soon as the state is activated. A edge detector will wait for a state change before generating a pulse. note: mutually exclusive with tap, enabling will disable tap.
Type: | boolean |
---|
When enabled only sensors that are just activated will send a positive event, after this they will be detected as negative by the controllers. This will make a key thats held act as if its only tapped for an instant. note: mutually exclusive with level, enabling will disable level.
Type: | boolean |
---|
Flag to set if this sensor activates on positive or negative events.
Type: | boolean |
---|
True if this sensor brick is in a positive state. (read-only).
Type: | boolean |
---|
True if this sensor brick is in a positive state. (read-only).
Type: | boolean |
---|
The number of ticks since the last positive pulse (read-only).
Type: | int |
---|
The number of ticks since the last negative pulse (read-only).
Type: | int |
---|
The status of the sensor (read-only): can be one of these constants.
Type: | int |
---|
Note
This convenient attribute combines the values of triggered and positive attributes.
Reset sensor internal state, effect depends on the type of sensor and settings.
The sensor is put in its initial state as if it was just activated.