MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / SArrayCache

Class SArrayCache

external/as_add_on/scriptarray/scriptarray.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40struct SArrayCache
41{
42 asIScriptFunction *cmpFunc;
43 asIScriptFunction *eqFunc;
44 int cmpFuncReturnCode; // To allow better error message in case of multiple matches
45 int eqFuncReturnCode;
46};
47
48// We just define a number here that we assume nobody else is using for
49// object type user data. The add-ons have reserved the numbers 1000

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected