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

Function dStrtok

Engine/source/core/strings/stringFunctions.h:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171
172inline char *dStrtok(char *str, const char *sep)
173{
174 return strtok(str, sep);
175}
176
177
178inline S32 dAtoi(const char *str)

Callers 15

onAddMethod · 0.85
parse_vis_keysMethod · 0.85
preloadMethod · 0.85
onAddMethod · 0.85
onAddMethod · 0.85
getVariableObjectFieldFunction · 0.85
getObjectTokenFieldFunction · 0.85
createEventDescriptorMethod · 0.85
parseFromStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected