MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetListLength

Method SetListLength

ogsr_engine/xrGame/ui/UIComboBox.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36CUIComboBox::~CUIComboBox() {}
37
38void CUIComboBox::SetListLength(int length)
39{
40 // R_ASSERT(0 == m_iListHeight);
41 m_iListHeight = length;
42}
43
44void CUIComboBox::Init(float x, float y, float width)
45{

Callers 1

InitComboBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected