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

Function dIsdigit

Engine/source/core/strings/stringFunctions.h:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195inline bool dIsdigit(const char c)
196{
197 return isdigit(c);
198}
199
200inline bool dIsquote(const char c)
201{

Callers 8

createEventDescriptorMethod · 0.85
nat_isdigitFunction · 0.85
guiObjectView.cppFile · 0.85
mountObjectToNodeMethod · 0.85
guiMenuBar.cppFile · 0.85
findMenuMethod · 0.85
findMenuItemMethod · 0.85
findSubmenuItemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected