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/gameconnection.h')
-rw-r--r--src/core/gameconnection.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/core/gameconnection.h b/src/core/gameconnection.h
index bb615c1..89c3aff 100644
--- a/src/core/gameconnection.h
+++ b/src/core/gameconnection.h
@@ -57,12 +57,13 @@ public:
/// localplayer sends a private message to another player
void private_message(std::string const &args);
-/*
- /// 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 ---------------------------------------------------- */