Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
int CScriptFile::GetPos() const
355
{
356
if( file == 0 )
357
return -1;
358
359
return ftell(file);
360
}
361
362
int CScriptFile::SetPos(int pos)
363
{
Callers
1
ScriptFile_GetPos_Generic
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected