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

Function ScriptFile_SetPos_Generic

sdk/add_on/scriptfile/scriptfile.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void ScriptFile_SetPos_Generic(asIScriptGeneric *gen)
156{
157 CScriptFile *file = (CScriptFile*)gen->GetObject();
158 int pos = (int)gen->GetArgDWord(0);
159 gen->SetReturnDWord(file->SetPos(pos));
160}
161
162void ScriptFile_MovePos_Generic(asIScriptGeneric *gen)
163{

Callers

nothing calls this directly

Calls 4

GetObjectMethod · 0.80
GetArgDWordMethod · 0.80
SetReturnDWordMethod · 0.80
SetPosMethod · 0.45

Tested by

no test coverage detected