| 2215 | } |
| 2216 | |
| 2217 | static void ScriptArrayGetFlag_Generic(asIScriptGeneric *gen) |
| 2218 | { |
| 2219 | CScriptArray *self = (CScriptArray*)gen->GetObject(); |
| 2220 | *reinterpret_cast<bool*>(gen->GetAddressOfReturnLocation()) = self->GetFlag(); |
| 2221 | } |
| 2222 | |
| 2223 | static void ScriptArrayEnumReferences_Generic(asIScriptGeneric *gen) |
| 2224 | { |
nothing calls this directly
no test coverage detected