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

Function scriptSettingsPageAt

components/lua_ui/scriptsettings.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 ScriptSettingsPage scriptSettingsPageAt(size_t index)
34 {
35 return parse(allPages[index]);
36 }
37
38 void registerSettingsPage(const sol::table& options)
39 {

Callers 1

renderScriptSettingsMethod · 0.85

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected