Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ dIsalpha
Function
dIsalpha
Engine/source/core/strings/stringFunctions.h:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
inline bool dIsalpha(const char c)
186
{
187
return isalpha(c);
188
}
189
190
inline bool dIsspace(const char c)
191
{
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