MCPcopy Create free account
hub / github.com/ValveSoftware/source-sdk-2013 / nexttoken

Function nexttoken

src/tier1/strtools.cpp:3382–3417  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Purpose: Slightly modified strtok. Does not modify the input string. Does not skip over more than one separator at a time. This allows parsing strings where tokens between separators may or may not be present: Door01,,,0 would be parsed as "Door01" "" "" "0" Door01,Open,,0 would be parsed as "Door01" "Open" "" "0"

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 14

AddAsyncWorkMethod · 0.50
DispatchMuzzleEffectMethod · 0.50
FireEventMethod · 0.50
FireObsoleteEventMethod · 0.50
ParseKeyValueMethod · 0.50
InputAddTeamTimeMethod · 0.50
PhysSolidOverrideFunction · 0.50
InitRagdollMethod · 0.50
ExtractParentNameFunction · 0.50
SetupParentsForSpawnListFunction · 0.50
CEventActionMethod · 0.50

Calls 1

AssertFunction · 0.85

Tested by

no test coverage detected