Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ dIsdigit
Function
dIsdigit
Engine/source/core/strings/stringFunctions.h:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
inline bool dIsdigit(const char c)
196
{
197
return isdigit(c);
198
}
199
200
inline bool dIsquote(const char c)
201
{
Callers
8
createEventDescriptor
Method · 0.85
nat_isdigit
Function · 0.85
guiObjectView.cpp
File · 0.85
mountObjectToNode
Method · 0.85
guiMenuBar.cpp
File · 0.85
findMenu
Method · 0.85
findMenuItem
Method · 0.85
findSubmenuItem
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected