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

Function dStrtok

Engine/source/core/strings/stringFunctions.h:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139inline char *dStrtok(char *str, const char *sep)
140{
141 return strtok(str, sep);
142}
143
144
145inline S32 dAtoi(const char *str)

Callers 11

getVariableObjectFieldFunction · 0.85
getObjectTokenFieldFunction · 0.85
createEventDescriptorMethod · 0.85
isMatchMultipleExprsMethod · 0.85
preloadMethod · 0.85
onAddMethod · 0.85
setMethod · 0.85
ptSetFrameRangesMethod · 0.85
InitOpenGLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected