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

Method AppendOperatorList

engine/Evaluator/express.cpp:2298–2302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2296 _functions.ForEach(AddDicFuncUn, &context);
2297}
2298void GameState::AppendOperatorList(AutoArray<RStringS>& dic, bool (*filter)(const char* word)) const
2299{
2300 DicContext context(dic, filter);
2301 _operators.ForEach(AddDicFuncBin, &context);
2302}
2303
2304GameState::GameState()
2305{

Callers 3

AddDictionaryMethod · 0.80

Calls 1

ForEachMethod · 0.45

Tested by

no test coverage detected