mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-07 16:48:40 +00:00
Add set_breath and get_breath to lua API.
This commit is contained in:
parent
ab145c8827
commit
d19c8b815d
14 changed files with 195 additions and 19 deletions
|
@ -488,6 +488,12 @@ enum ToClientCommand
|
|||
u16 len
|
||||
u8[len] value
|
||||
*/
|
||||
|
||||
TOCLIENT_BREATH = 0x4e,
|
||||
/*
|
||||
u16 command
|
||||
u16 breath
|
||||
*/
|
||||
};
|
||||
|
||||
enum ToServerCommand
|
||||
|
@ -711,6 +717,12 @@ enum ToServerCommand
|
|||
/*
|
||||
u16 command
|
||||
*/
|
||||
|
||||
TOSERVER_BREATH = 0x42,
|
||||
/*
|
||||
u16 command
|
||||
u16 breath
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue