mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Proper nicknames!
This commit is contained in:
parent
9274de8510
commit
7a5f5f472f
11 changed files with 106 additions and 21 deletions
8
docs/hooks.md
Normal file
8
docs/hooks.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# List of available hooks:
|
||||
|
||||
- `ctx.hook.on_world_update()`
|
||||
- `ctx.hook.on_world_update_client()`
|
||||
- `ctx.hook.on_world_update_host()`
|
||||
- `ctx.hook.on_local_player_spawn(my_player)`
|
||||
- `ctx.hook.on_client_spawned(peer_id, new_playerdata)`
|
||||
- `ctx.hook.on_should_send_updates()` - called either when we connect, or somebody else connects (and sends "welcome" message)
|
Loading…
Add table
Add a link
Reference in a new issue