MCPcopy Create free account
hub / github.com/OpenMW/openmw / initialize

Method initialize

components/lua_ui/text.cpp:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 }
11
12 void LuaText::initialize()
13 {
14 changeWidgetSkin("LuaText");
15 setEditStatic(true);
16 setVisibleHScroll(false);
17 setVisibleVScroll(false);
18
19 WidgetExtension::initialize();
20 }
21
22 void LuaText::updateProperties()
23 {

Callers 2

createWidgetFunction · 0.45
LuaAdapterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected