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

Method Initialize

SampleFramework12/v1.00/Settings.h:289–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 void Initialize(const char* name_, const char* group_,
290 const char* label_, const char* helpText_, T initialVal,
291 uint32 numValues_, const char** valueLabels_)
292 {
293 EnumSetting::Initialize(name_, group_, label_, helpText_,
294 uint32(initialVal), numValues_, valueLabels_);
295 }
296
297 operator T()
298 {

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected