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

Function ScriptArrayRemoveLast_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2116–2120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114}
2115
2116static void ScriptArrayRemoveLast_Generic(asIScriptGeneric *gen)
2117{
2118 CScriptArray *self = (CScriptArray*)gen->GetObject();
2119 self->RemoveLast();
2120}
2121
2122static void ScriptArrayLength_Generic(asIScriptGeneric *gen)
2123{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
RemoveLastMethod · 0.80

Tested by

no test coverage detected