Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gameserver.h')
-rw-r--r--src/core/gameserver.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/gameserver.h b/src/core/gameserver.h
index 3f57a8b..775c41c 100644
--- a/src/core/gameserver.h
+++ b/src/core/gameserver.h
@@ -88,11 +88,11 @@ public:
return server_startup;
}
- /// returns an info record
- virtual Info *info(const std::string &type, const std::string &label);
-
- /// returns an info record
- virtual Info *info(unsigned int id);
+ /// request info record with id
+ virtual Info *request_info(const unsigned int id);
+
+ /// request inventory for entity with id
+ virtual Inventory *request_inventory(Entity *entity);
/*----- static ---------------------------------------------------- */