Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ EvalToString
Function
EvalToString
engine/Evaluator/EvalState.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
static GameValue EvalToString(const GameState*, GameValuePar arg)
164
{
165
return GameValue(arg.GetText());
166
}
167
168
static GameValue EvalToArray(const GameState*, GameValuePar arg)
169
{
Callers
nothing calls this directly
Calls
2
GameValue
Class · 0.70
GetText
Method · 0.45
Tested by
no test coverage detected