1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

CAO 'node' visual (#15683)

This commit is contained in:
sfan5
2025-01-14 20:25:52 +01:00
parent 5a8720a484
commit 27bbe3a873
14 changed files with 267 additions and 91 deletions

View File

@@ -99,10 +99,10 @@ void read_item_definition(lua_State *L, int index,
void push_item_definition(lua_State *L, const ItemDefinition &i);
void push_item_definition_full(lua_State *L, const ItemDefinition &i);
/// @param fallback set to true if reading from bare entity table (not initial_properties)
void read_object_properties(lua_State *L, int index,
ServerActiveObject *sao,
ObjectProperties *prop,
IItemDefManager *idef);
ServerActiveObject *sao, ObjectProperties *prop,
IItemDefManager *idef, bool fallback = false);
void push_object_properties(lua_State *L, const ObjectProperties *prop);