mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-20 19:07:04 +00:00
Update doc/lua_api.md
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
This commit is contained in:
parent
d435be7a03
commit
b0add28aec
1 changed files with 1 additions and 1 deletions
|
@ -6839,7 +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.
|
||||
* This returns a [ModChannel] object.
|
||||
|
||||
Inventory
|
||||
---------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue