| 38 | }; |
| 39 | |
| 40 | struct 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 |
nothing calls this directly
no outgoing calls
no test coverage detected