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

Function ScriptArraySetFlag_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2211–2215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2209}
2210
2211static void ScriptArraySetFlag_Generic(asIScriptGeneric *gen)
2212{
2213 CScriptArray *self = (CScriptArray*)gen->GetObject();
2214 self->SetFlag();
2215}
2216
2217static void ScriptArrayGetFlag_Generic(asIScriptGeneric *gen)
2218{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
SetFlagMethod · 0.45

Tested by

no test coverage detected