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

Method getFloatValue

Engine/source/console/console.cpp:2588–2594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2586}
2587
2588F32 ConsoleValue::getFloatValue()
2589{
2590 if(type <= TypeInternalString)
2591 return fval;
2592 else
2593 return dAtof(Con::getData(type, dataPtr, 0, enumTable));
2594}
2595
2596const char *ConsoleValue::getStringValue()
2597{

Callers 8

getFloatVariableMethod · 0.45
setCopyVariableMethod · 0.45
execMethod · 0.45
getFloatVariableFunction · 0.45
getFloatVariableMethod · 0.45
pushVarMethod · 0.45
pushValueMethod · 0.45
TESTFunction · 0.45

Calls 2

getDataFunction · 0.85
dAtofFunction · 0.70

Tested by 1

TESTFunction · 0.36