(svn r23630) -Add: a Goal GUI to show your current goals

This commit is contained in:
truebrain
2011-12-19 21:03:17 +00:00
parent 102c7ae60e
commit ccf9b01f5d
29 changed files with 879 additions and 2 deletions

View File

@@ -99,6 +99,11 @@ public:
*/
static void DoCommandReturnGroupID(ScriptInstance *instance);
/**
* Return a GoalID reply for a DoCommand.
*/
static void DoCommandReturnGoalID(ScriptInstance *instance);
/**
* Get the controller attached to the instance.
*/