EventData :: table
Table fields
| name | :: defines.events | The identifier of the event this handler was registered to. |
The identifier of the event this handler was registered to. | ||
| tick | :: MapTick | The tick during which the event happened. |
The tick during which the event happened. | ||
| mod_name | :: string? | The name of the mod that raised the event if it was raised using LuaBootstrap::raise_event. |
The name of the mod that raised the event if it was raised using LuaBootstrap::raise_event. | ||

