|
#define STATIC_DOSEVENT_INIT |
( |
|
name, |
|
|
|
id, |
|
|
|
alias |
|
) |
| |
Create a static DOSEVENT.
- Parameters
-
name | The variable name. |
id | The item id for this event. |
alias | The index for the binding that this event belongs to in the binding table. |
- Note
- The op_id for all events must be sequential and start at the number of entries in the binding table. So, if the binding table has 3 items, the first op_id would be 3.
|