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

Function ScriptArrayGetFlag_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2217–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2215}
2216
2217static void ScriptArrayGetFlag_Generic(asIScriptGeneric *gen)
2218{
2219 CScriptArray *self = (CScriptArray*)gen->GetObject();
2220 *reinterpret_cast<bool*>(gen->GetAddressOfReturnLocation()) = self->GetFlag();
2221}
2222
2223static void ScriptArrayEnumReferences_Generic(asIScriptGeneric *gen)
2224{

Callers

nothing calls this directly

Calls 3

GetObjectMethod · 0.80
GetFlagMethod · 0.45

Tested by

no test coverage detected