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

Function ScriptArrayIsEmpty_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2156–2160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2154}
2155
2156static void ScriptArrayIsEmpty_Generic(asIScriptGeneric *gen)
2157{
2158 CScriptArray *self = (CScriptArray*)gen->GetObject();
2159 *reinterpret_cast<bool*>(gen->GetAddressOfReturnLocation()) = self->IsEmpty();
2160}
2161
2162static void ScriptArraySortAsc2_Generic(asIScriptGeneric *gen)
2163{

Callers

nothing calls this directly

Calls 3

GetObjectMethod · 0.80
IsEmptyMethod · 0.45

Tested by

no test coverage detected