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

Function ScriptFile_ReadLine_Generic

sdk/add_on/scriptfile/scriptfile.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void ScriptFile_ReadLine_Generic(asIScriptGeneric *gen)
73{
74 CScriptFile *file = (CScriptFile*)gen->GetObject();
75 std::string str = file->ReadLine();
76 gen->SetReturnObject(&str);
77}
78
79void ScriptFile_ReadInt_Generic(asIScriptGeneric *gen)
80{

Callers

nothing calls this directly

Calls 3

GetObjectMethod · 0.80
ReadLineMethod · 0.80
SetReturnObjectMethod · 0.80

Tested by

no test coverage detected