MCPcopy 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
185inline bool dIsalpha(const char c)
186{
187 return isalpha(c);
188}
189
190inline bool dIsspace(const char c)
191{

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected