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

Function ScriptFile_ReadFloat_Generic

sdk/add_on/scriptfile/scriptfile.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void ScriptFile_ReadFloat_Generic(asIScriptGeneric *gen)
94{
95 CScriptFile *file = (CScriptFile*)gen->GetObject();
96 *(float*)gen->GetAddressOfReturnLocation() = file->ReadFloat();
97}
98
99void ScriptFile_ReadDouble_Generic(asIScriptGeneric *gen)
100{

Callers

nothing calls this directly

Calls 3

GetObjectMethod · 0.80
ReadFloatMethod · 0.80

Tested by

no test coverage detected