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

Method IntSetting

Shadows/SampleFramework11/Settings.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165// == IntSetting ==================================================================================
166
167IntSetting::IntSetting() : val(0), oldVal(0), minVal(0), maxVal(0)
168{
169}
170
171void IntSetting::Initialize(TwBar* tweakBar_, const char* name_, const char* group_,
172 const char* label_, const char* helpText_, int32 initialVal,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected