Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dIsalpha
Function
dIsalpha
Engine/source/core/strings/stringFunctions.h:223–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
inline bool dIsalpha(const char c)
224
{
225
return isalpha(c);
226
}
227
228
inline bool dIsspace(const char c)
229
{
Callers
5
consoleFunctions.cpp
File · 0.85
isValidObjectName
Function · 0.85
getAscii
Method · 0.85
createEventDescriptor
Method · 0.85
validateObjectName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected