MCPcopy 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 &section.fields[_activeField];
226}
227
228void CHTMLContainer::Init()
229{
230 _sections.Clear();
231 _currentSection = 0;
232 _activeField = -1;
233}
234
235void CHTMLContainer::InitSection(int section)

Callers 4

CreateWeaponsPageMethod · 0.80
CreateWeaponsPoolPageMethod · 0.80
UpdateUnitsInBriefingMethod · 0.80
UpdatePlanMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected