#include <parser.h>
Data Fields | |
| int | type |
| The types of events to block. | |
| struct event_block * | next |
| The next event_block struct. | |
The types of events to block.
This is interpreted as a bitset whete the value is 1 for every bit corresponding to a blocked event type. For example, if EVENT_VARIABLE type events should be blocked, (type & 1<<EVENT_BLOCKED) should be set.
Note that EVENT_ANY can be used to specify any event.
Referenced by builtin_block(), and event_is_blocked().
1.5.6