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

Function ScriptArrayEquals_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2033–2038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2031}
2032
2033static void ScriptArrayEquals_Generic(asIScriptGeneric *gen)
2034{
2035 CScriptArray *other = (CScriptArray*)gen->GetArgObject(0);
2036 CScriptArray *self = (CScriptArray*)gen->GetObject();
2037 gen->SetReturnByte(self->operator==(*other));
2038}
2039
2040static void ScriptArrayFind_Generic(asIScriptGeneric *gen)
2041{

Callers

nothing calls this directly

Calls 4

GetArgObjectMethod · 0.80
GetObjectMethod · 0.80
SetReturnByteMethod · 0.80
operator==Method · 0.45

Tested by

no test coverage detected