MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getStringVariable

Method getStringVariable

Engine/source/console/compiledEval.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273inline const char *ExprEvalState::getStringVariable()
274{
275 return currentVariable ? currentVariable->getStringValue() : "";
276}
277
278//------------------------------------------------------------
279

Callers 2

setFieldComponentFunction · 0.80
execMethod · 0.80

Calls 1

getStringValueMethod · 0.45

Tested by

no test coverage detected