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

Method AppendFunctionList

engine/Evaluator/express.cpp:2293–2297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2291 _nulars.ForEach(AddDicFuncNul, &context);
2292}
2293void GameState::AppendFunctionList(AutoArray<RStringS>& dic, bool (*filter)(const char* word)) const
2294{
2295 DicContext context(dic, filter);
2296 _functions.ForEach(AddDicFuncUn, &context);
2297}
2298void GameState::AppendOperatorList(AutoArray<RStringS>& dic, bool (*filter)(const char* word)) const
2299{
2300 DicContext context(dic, filter);

Calls 1

ForEachMethod · 0.45

Tested by

no test coverage detected