MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dAtof

Function dAtof

Engine/source/core/strings/stringFunctions.h:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193inline F32 dAtof(const char *str)
194{
195 return strtof(str, NULL);
196}
197
198inline F64 dAtod(const char *str)
199{

Callers 15

VPathEditor.cppFile · 0.85
VPath.cppFile · 0.85
VCameraShake.cppFile · 0.85
VController.cppFile · 0.85
setTimeScaleMethod · 0.85
afxMagicSpell.cppFile · 0.85
onAddMethod · 0.85
afxCamera.cppFile · 0.85
parse_vis_keysMethod · 0.85
VPath.cppFile · 0.85
setTimeScaleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected