MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / IntSetting

Method IntSetting

SampleFramework12/v1.00/Settings.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216// == IntSetting ==================================================================================
217
218IntSetting::IntSetting() : val(0), oldVal(0), minVal(0), maxVal(0)
219{
220}
221
222void IntSetting::Initialize(const char* name_, const char* group_,
223 const char* label_, const char* helpText_, int32 initialVal,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected