Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaUnsyncedRead.cpp2438 const int numLogSections = log_filter_section_getNumRegisteredSections(); in GetLogSections() local
2440 lua_createtable(L, 0, numLogSections); in GetLogSections()
2441 for (int i = 0; i < numLogSections; ++i) { in GetLogSections()