Module fnhook-ee
[hook-sys] Uses fnhook to provide EmptyEpsilon-specific function hooks.
Global hooks
| newEntity(entity) | Triggered when a new entity is created. |
Hooked functions
| Artifact() | Triggers the newEntity hook. |
| Asteroid() | Triggers the newEntity hook. |
| BlackHole() | Triggers the newEntity hook. |
| Nebula() | Triggers the newEntity hook. |
| Planet() | Triggers the newEntity hook. |
| ScanProbe() | Triggers the newEntity hook. |
| CpuShip() | Triggers the newEntity hook. |
| PlayerSpaceship() | Triggers the newEntity hook. |
| SpaceStation() | Triggers the newEntity hook. |
| SupplyDrop() | Triggers the newEntity hook. |
| VisualAsteroid() | Triggers the newEntity hook. |
| WarpJammer() | Triggers the newEntity hook. |
| WormHole() | Triggers the newEntity hook. |
| Zone() | Triggers the newEntity hook. |
Global hooks
- newEntity(entity)
-
Triggered when a new entity is created.
Parameters:
- entity entity The entity that was created.
Hooked functions
- Artifact()
- Triggers the newEntity hook.
- Asteroid()
- Triggers the newEntity hook.
- BlackHole()
- Triggers the newEntity hook.
- Nebula()
- Triggers the newEntity hook.
- Planet()
- Triggers the newEntity hook.
- ScanProbe()
- Triggers the newEntity hook.
- CpuShip()
- Triggers the newEntity hook.
- PlayerSpaceship()
- Triggers the newEntity hook.
- SpaceStation()
- Triggers the newEntity hook.
- SupplyDrop()
- Triggers the newEntity hook.
- VisualAsteroid()
- Triggers the newEntity hook.
- WarpJammer()
- Triggers the newEntity hook.
- WormHole()
- Triggers the newEntity hook.
- Zone()
- Triggers the newEntity hook.