MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetPos

Method GetPos

sdk/add_on/scriptfile/scriptfile.cpp:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354int CScriptFile::GetPos() const
355{
356 if( file == 0 )
357 return -1;
358
359 return ftell(file);
360}
361
362int CScriptFile::SetPos(int pos)
363{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected