| 38 | } |
| 39 | |
| 40 | static void ScriptAny_Store_Generic(asIScriptGeneric *gen) |
| 41 | { |
| 42 | void *ref = (void*)gen->GetArgAddress(0); |
| 43 | int refTypeId = gen->GetArgTypeId(0); |
| 44 | CScriptAny *self = (CScriptAny*)gen->GetObject(); |
| 45 | |
| 46 | self->Store(ref, refTypeId); |
| 47 | } |
| 48 | |
| 49 | static void ScriptAny_StoreInt_Generic(asIScriptGeneric *gen) |
| 50 | { |