1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-29 22:55:19 +01:00

Add an option to disable object <-> object collision for Lua entities

This commit is contained in:
PilzAdam
2013-06-14 12:04:46 +00:00
committed by RealBadAngel
parent 413f0d0353
commit 8cae659786
14 changed files with 50 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ public:
bool select_horiz_by_yawpitch);
std::string getName();
bool getCollisionBox(aabb3f *toset);
bool collideWithObjects();
private:
std::string getPropertyPacket();
void sendPosition(bool do_interpolate, bool is_movement_end);
@@ -238,6 +239,7 @@ public:
}
bool getCollisionBox(aabb3f *toset);
bool collideWithObjects();
private:
std::string getPropertyPacket();