MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / NewFunctions

Method NewFunctions

engine/Evaluator/express.cpp:2202–2208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2200 }
2201}
2202void GameState::NewFunctions(const GameFunction* f, int count)
2203{
2204 for (int i = 0; i < count; i++)
2205 {
2206 GGameState.NewFunction(f[i]);
2207 }
2208}
2209void GameState::NewOperators(const GameOperator* f, int count)
2210{
2211 for (int i = 0; i < count; i++)

Callers 1

SceneDraw.cppFile · 0.80

Calls 1

NewFunctionMethod · 0.80

Tested by

no test coverage detected