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

Function jsonAiLogics

TheForceEngine/TFE_Settings/settings.cpp:1435–1442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433 }
1434
1435 bool jsonAiLogics()
1436 {
1437 if (s_modSettings.jsonAiLogics != MSO_NOT_SET)
1438 {
1439 return s_modSettings.jsonAiLogics == MSO_TRUE ? true : false;
1440 }
1441 return s_gameSettings.df_jsonAiLogics;
1442 }
1443
1444 //////////////////////////////////////////////////
1445 // Mod Settings/Overrides.

Callers 4

generatorTaskFuncFunction · 0.85
object_parseSeqFunction · 0.85
actor_setupInitAnimationFunction · 0.85
actorLogicTaskFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected