Home
last modified time | relevance | path

Searched refs:GetGatherMode (Results 1 – 4 of 4) sorted by relevance

/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaUnsyncedRead.h110 static int GetGatherMode(lua_State* L);
H A DLuaUnsyncedRead.cpp181 REGISTER_LUA_CFUNC(GetGatherMode); in PushEntries()
1845 int LuaUnsyncedRead::GetGatherMode(lua_State* L) in GetGatherMode() function in LuaUnsyncedRead
1850 lua_pushnumber(L, guihandler->GetGatherMode()); in GetGatherMode()
/dports/games/spring/spring_98.0/rts/Game/UI/
H A DGuiHandler.h78 bool GetGatherMode() const { return gatherMode; } in GetGatherMode() function
/dports/games/spring/spring_98.0/rts/Game/
H A DUnsyncedGameCommands.cpp2579 bool gatherMode = guihandler->GetGatherMode(); in Execute()
2582 LogSystemStatus("Gather-Mode", guihandler->GetGatherMode()); in Execute()