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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user