MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / ignore3doLimits

Function ignore3doLimits

TheForceEngine/TFE_Settings/settings.cpp:1417–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415 }
1416
1417 bool ignore3doLimits()
1418 {
1419 if (s_modSettings.ignore3doLimits != MSO_NOT_SET)
1420 {
1421 return s_modSettings.ignore3doLimits == MSO_TRUE ? true : false;
1422 }
1423 return s_graphicsSettings.ignore3doLimits;
1424 }
1425
1426 bool normalFix3do()
1427 {

Callers 1

parseModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected