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

Function ScriptFile_GetPos_Generic

sdk/add_on/scriptfile/scriptfile.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void ScriptFile_GetPos_Generic(asIScriptGeneric *gen)
150{
151 CScriptFile *file = (CScriptFile*)gen->GetObject();
152 gen->SetReturnDWord(file->GetPos());
153}
154
155void ScriptFile_SetPos_Generic(asIScriptGeneric *gen)
156{

Callers

nothing calls this directly

Calls 3

GetObjectMethod · 0.80
SetReturnDWordMethod · 0.80
GetPosMethod · 0.80

Tested by

no test coverage detected