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

Function ListCount

engine/Evaluator/express.cpp:620–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620static GameValue ListCount(const GameState* state, GameValuePar oper1)
621{
622 const GameArrayType& array = oper1;
623 return (float)array.Size();
624}
625
626static GameValue ListSelect(const GameState* state, GameValuePar oper1, GameValuePar oper2)
627{

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected