aboutsummaryrefslogtreecommitdiff
path: root/src/info.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.hh')
-rw-r--r--src/info.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/info.hh b/src/info.hh
index adf3ce4..0a7f919 100644
--- a/src/info.hh
+++ b/src/info.hh
@@ -31,6 +31,7 @@ Object GetContainer(uint32 CreatureID, int x, int y, int z);
Object GetObject(uint32 CreatureID, int x, int y, int z, int RNum, ObjectType Type);
Object GetRowObject(Object Obj, ObjectType Type, uint32 Value, bool Recurse);
Object GetInventoryObject(uint32 CreatureID, ObjectType Type, uint32 Value);
+bool IsHeldByContainer(Object Obj, Object Con);
int CountObjectsInContainer(Object Con);
int CountObjects(Object Obj);
int CountObjects(Object Obj, ObjectType Type, uint32 Value);