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

Function ScriptAny_Store_Generic

external/as_add_on/scriptany/scriptany.cpp:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static 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
49static void ScriptAny_StoreInt_Generic(asIScriptGeneric *gen)
50{

Callers

nothing calls this directly

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected