Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ InitSection
Method
InitSection
engine/Poseidon/UI/Controls/UIControlsExt.cpp:227–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
return §ion.fields[_activeField];
226
}
227
228
void CHTMLContainer::Init()
229
{
230
_sections.Clear();
231
_currentSection = 0;
232
_activeField = -1;
233
}
234
235
void CHTMLContainer::InitSection(int section)
Callers
4
CreateWeaponsPage
Method · 0.80
CreateWeaponsPoolPage
Method · 0.80
UpdateUnitsInBriefing
Method · 0.80
UpdatePlan
Method · 0.80
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected