MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dIsdigit

Function dIsdigit

Engine/source/core/strings/stringFunctions.h:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233inline bool dIsdigit(const char c)
234{
235 return isdigit(c);
236}
237
238inline bool dIsquote(const char c)
239{

Callers 3

createEventDescriptorMethod · 0.85
nat_isdigitFunction · 0.85
guiObjectView.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected