(svn r23630) -Add: a Goal GUI to show your current goals
This commit is contained in:
@@ -245,6 +245,11 @@ void ScriptInstance::CollectGarbage() const
|
||||
instance->engine->InsertResult(ScriptObject::GetNewGroupID());
|
||||
}
|
||||
|
||||
/* static */ void ScriptInstance::DoCommandReturnGoalID(ScriptInstance *instance)
|
||||
{
|
||||
instance->engine->InsertResult(ScriptObject::GetNewGoalID());
|
||||
}
|
||||
|
||||
ScriptStorage *ScriptInstance::GetStorage()
|
||||
{
|
||||
return this->storage;
|
||||
|
Reference in New Issue
Block a user