Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dStrcmp
Function
dStrcmp
Engine/source/core/strings/stringFunctions.h:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
inline S32 dStrcmp(const char *str1, const char *str2)
84
{
85
return strcmp(str1, str2);
86
}
87
88
inline bool dStrIsEmpty(const char *src)
89
{
Callers
13
readFields
Method · 0.50
VController.cpp
File · 0.50
readFile
Function · 0.50
getFloat
Method · 0.50
getInt
Method · 0.50
getBool
Method · 0.50
prepRenderImage
Method · 0.50
isFnOk
Function · 0.50
RecurseDumpPath
Function · 0.50
isSubDirectory
Method · 0.50
hasSubDirectory
Method · 0.50
recurseDumpDirectories
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected