MCPcopy 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

260extern S32 dStrnatcasecmp( const char* str1, const char* str2 );
261
262inline bool dAtob(const char *str)
263{
264 return !dStricmp(str, "true") || dAtof(str);
265}
266
267bool dStrEqual(const char* str1, const char* str2);
268

Callers 15

VPath.cppFile · 0.85
VEditorWindow.cppFile · 0.85
VController.cppFile · 0.85
setEnabledMethod · 0.85
readObjectsFunction · 0.85
writeFieldMethod · 0.85
_setRenderEnabledMethod · 0.85
_setSelectionEnabledMethod · 0.85
start_effectMethod · 0.85
afxCamera.cppFile · 0.85
start_selectronMethod · 0.85

Calls 2

dStricmpFunction · 0.85
dAtofFunction · 0.85

Tested by 2

TESTFunction · 0.68
setValueMethod · 0.68