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

Method BoolSetting

SampleFramework12/v1.00/Settings.cpp:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266// == BoolSetting =================================================================================
267
268BoolSetting::BoolSetting() : val(false), oldVal(0)
269{
270}
271
272void BoolSetting::Initialize(const char* name_,
273 const char* group_, const char* label_,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected