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

Method Init

ogsr_engine/xrGame/ui/UIRadioButton.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12CUIRadioButton::~CUIRadioButton(void) {}
13
14void CUIRadioButton::Init(float x, float y, float width, float height)
15{
16 CUI3tButton::Init(x, y, width, height);
17 InitTexture("ui_radio");
18}
19
20void CUIRadioButton::InitTexture(LPCSTR tex_name)
21{

Callers 1

InitTextureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected