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

Method getIntValue

Engine/source/console/console.cpp:2580–2586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2578}
2579
2580U32 ConsoleValue::getIntValue()
2581{
2582 if(type <= TypeInternalString)
2583 return ival;
2584 else
2585 return dAtoi(Con::getData(type, dataPtr, 0, enumTable));
2586}
2587
2588F32 ConsoleValue::getFloatValue()
2589{

Callers 8

getIntVariableMethod · 0.45
setCopyVariableMethod · 0.45
execMethod · 0.45
getIntVariableFunction · 0.45
getIntVariableMethod · 0.45
pushVarMethod · 0.45
pushValueMethod · 0.45
findObjectFunction · 0.45

Calls 2

getDataFunction · 0.85
dAtoiFunction · 0.70

Tested by

no test coverage detected