mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-30 09:55:29 +01:00
Revert "Detach the player from entities on death." (#5087)
This commit is contained in:
@@ -49,7 +49,6 @@ public:
|
||||
void setBonePosition(const std::string &bone, v3f position, v3f rotation);
|
||||
void getBonePosition(const std::string &bone, v3f *position, v3f *rotation);
|
||||
void setAttachment(int parent_id, const std::string &bone, v3f position, v3f rotation);
|
||||
void detachFromParent();
|
||||
void getAttachment(int *parent_id, std::string *bone, v3f *position, v3f *rotation);
|
||||
void addAttachmentChild(int child_id);
|
||||
void removeAttachmentChild(int child_id);
|
||||
|
||||
Reference in New Issue
Block a user