mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Log node/ore name when detecting deprecated fields (#14794)
This commit is contained in:
parent
3958c19f83
commit
321b217feb
3 changed files with 15 additions and 11 deletions
|
@ -120,7 +120,8 @@ void push_aabb3f_vector (lua_State *L, const std::vector<aabb3f>
|
|||
|
||||
void warn_if_field_exists(lua_State *L, int table,
|
||||
const char *fieldname,
|
||||
const std::string &message);
|
||||
std::string_view name,
|
||||
std::string_view message);
|
||||
|
||||
size_t write_array_slice_float(lua_State *L, int table_index, float *data,
|
||||
v3u16 data_size, v3u16 slice_offset, v3u16 slice_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue