MCPcopy 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
223inline bool dIsalpha(const char c)
224{
225 return isalpha(c);
226}
227
228inline bool dIsspace(const char c)
229{

Callers 5

isValidObjectNameFunction · 0.85
getAsciiMethod · 0.85
createEventDescriptorMethod · 0.85
validateObjectNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected