Searched refs:GetGatherMode (Results 1 – 4 of 4) sorted by relevance
110 static int GetGatherMode(lua_State* L);
181 REGISTER_LUA_CFUNC(GetGatherMode); in PushEntries()1845 int LuaUnsyncedRead::GetGatherMode(lua_State* L) in GetGatherMode() function in LuaUnsyncedRead1850 lua_pushnumber(L, guihandler->GetGatherMode()); in GetGatherMode()
78 bool GetGatherMode() const { return gatherMode; } in GetGatherMode() function
2579 bool gatherMode = guihandler->GetGatherMode(); in Execute()2582 LogSystemStatus("Gather-Mode", guihandler->GetGatherMode()); in Execute()