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

Function ScriptFile_IsEOF_Generic

sdk/add_on/scriptfile/scriptfile.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ScriptFile_IsEOF_Generic(asIScriptGeneric *gen)
143{
144 CScriptFile *file = (CScriptFile*)gen->GetObject();
145 bool r = file->IsEOF();
146 gen->SetReturnByte(r);
147}
148
149void ScriptFile_GetPos_Generic(asIScriptGeneric *gen)
150{

Callers

nothing calls this directly

Calls 3

GetObjectMethod · 0.80
IsEOFMethod · 0.80
SetReturnByteMethod · 0.80

Tested by

no test coverage detected