Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dAtob
Function
dAtob
Engine/source/core/strings/stringFunctions.h:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
extern S32 dStrnatcasecmp( const char* str1, const char* str2 );
261
262
inline bool dAtob(const char *str)
263
{
264
return !dStricmp(str,
"true"
) || dAtof(str);
265
}
266
267
bool dStrEqual(const char* str1, const char* str2);
268
Callers
15
VPath.cpp
File · 0.85
VTimeLineControl.cpp
File · 0.85
VEditorWindow.cpp
File · 0.85
VController.cpp
File · 0.85
setEnabled
Method · 0.85
readObjects
Function · 0.85
writeField
Method · 0.85
_setRenderEnabled
Method · 0.85
_setSelectionEnabled
Method · 0.85
start_effect
Method · 0.85
afxCamera.cpp
File · 0.85
start_selectron
Method · 0.85
Calls
2
dStricmp
Function · 0.85
dAtof
Function · 0.85
Tested by
2
TEST
Function · 0.68
setValue
Method · 0.68