1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

mod_channel_join had no return documentation at all

This commit is contained in:
jordan4ibanez 2025-06-01 20:18:46 -04:00 committed by GitHub
parent fde6384a09
commit d435be7a03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6839,6 +6839,7 @@ You can find mod channels communication scheme in `doc/mod_channels.png`.
* Server joins channel `channel_name`, and creates it if necessary. You
should listen for incoming messages with
`core.register_on_modchannel_message`
* This returns a ModChannelRef object. You can learn how to use this in the [ModChannel](https://github.com/luanti-org/luanti/blob/master/doc/lua_api.md#modchannel) section.
Inventory
---------