22 #ifndef ULTIMA8_WORLD_GETOBJECT_H 23 #define ULTIMA8_WORLD_GETOBJECT_H 37 Object *getObject(ObjId
id);
38 Item *getItem(ObjId
id);
39 Container *getContainer(ObjId
id);
40 Actor *getActor(ObjId
id);
41 MainActor *getMainActor();
42 Actor *getControlledActor();
44 Gump *getGump(ObjId
id);
Definition: detection.h:27