From e59667ec6be0a21ce702ce077154357a1c7f7c04 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 27 Jun 2025 18:57:29 -0300 Subject: `moveuse.cc` --- src/info.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/info.cc') diff --git a/src/info.cc b/src/info.cc index 8f520cf..13e777f 100644 --- a/src/info.cc +++ b/src/info.cc @@ -179,6 +179,9 @@ uint32 GetObjectCreatureID(Object Obj){ return CreatureID; } +// TODO(fusion): I'm not sure about this one. Objects inside containers would +// also return the body position of the container even if it isn't activelly +// equipped. int GetObjectBodyPosition(Object Obj){ if(!Obj.exists()){ error("GetObjectBodyPosition: Übergebenes Objekt existiert nicht.\n"); -- cgit v1.2.3