CoreEvents enum
Events that the NanoForge editor can emit to the running engine.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Events that the NanoForge editor can emit to the running engine.
| Member | Description |
|---|---|
HARD_RELOAD | Reload all entities component params |
HOT_RELOAD | Reload only changed entity components params (live-patch) |
PAUSE_GAME | Don’t execute the run function until UNPAUSE_GAME |
STOP_GAME | End main loop and clear |
UNPAUSE_GAME | resume executing the run function |