Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
inline F32 dAtof(const char *str)
194
{
195
return strtof(str, NULL);
196
}
197
198
inline F64 dAtod(const char *str)
199
{
Callers
15
VPathEditor.cpp
File · 0.85
VPath.cpp
File · 0.85
VCameraShake.cpp
File · 0.85
VController.cpp
File · 0.85
setTimeScale
Method · 0.85
afxMagicSpell.cpp
File · 0.85
onAdd
Method · 0.85
afxCamera.cpp
File · 0.85
parse_vis_keys
Method · 0.85
extract_floats_from_string
Method · 0.85
VPath.cpp
File · 0.85
setTimeScale
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected