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

Function ScriptArrayAssignment_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2025–2031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2023}
2024
2025static void ScriptArrayAssignment_Generic(asIScriptGeneric *gen)
2026{
2027 CScriptArray *other = (CScriptArray*)gen->GetArgObject(0);
2028 CScriptArray *self = (CScriptArray*)gen->GetObject();
2029 *self = *other;
2030 gen->SetReturnObject(self);
2031}
2032
2033static void ScriptArrayEquals_Generic(asIScriptGeneric *gen)
2034{

Callers

nothing calls this directly

Calls 3

GetArgObjectMethod · 0.80
GetObjectMethod · 0.80
SetReturnObjectMethod · 0.80

Tested by

no test coverage detected