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

Method VarSetFloatInternal

engine/Poseidon/IO/ParamFile/ParamFileEval.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void GameStateEvaluatorFunctions::VarSetFloatInternal(const char* name, float value, bool readOnly, bool forceLocal)
132{
133 GGameState.VarSet(name, GameValue(value), readOnly, forceLocal);
134}
135
136} // namespace Poseidon

Callers 1

ParamValueSpecClass · 0.45

Calls 2

GameValueClass · 0.50
VarSetMethod · 0.45

Tested by

no test coverage detected