1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Unkown nodes: Provide position on interact (#6505)

* Unkown nodes: Provide position on interact
This commit is contained in:
SmallJoker
2017-10-07 15:11:07 +02:00
committed by Loïc Blot
parent 00ceec9ff9
commit f547452685
4 changed files with 22 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ protected:
friend class ModApiItemMod;
friend class LuaRaycast;
bool getItemCallback(const char *name, const char *callbackname);
bool getItemCallback(const char *name, const char *callbackname, const v3s16 *p = nullptr);
void pushPointedThing(const PointedThing& pointed);
};