| 2114 | } |
| 2115 | |
| 2116 | static void ScriptArrayRemoveLast_Generic(asIScriptGeneric *gen) |
| 2117 | { |
| 2118 | CScriptArray *self = (CScriptArray*)gen->GetObject(); |
| 2119 | self->RemoveLast(); |
| 2120 | } |
| 2121 | |
| 2122 | static void ScriptArrayLength_Generic(asIScriptGeneric *gen) |
| 2123 | { |
nothing calls this directly
no test coverage detected