MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / skip_stringZ

Method skip_stringZ

ogsr_engine/xrCore/FS.cpp:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void IReader::skip_stringZ()
394{
395 char* src = (char*)data;
396 while ((src[Pos] != 0) && (!eof()))
397 Pos++;
398
399 Pos++;
400};
401
402//---------------------------------------------------
403// temp stream

Callers 2

xrPREADFunction · 0.80
level_LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected