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

Function ScriptWeakRefDestruct_Generic

external/as_add_on/weakref/weakref.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277static void ScriptWeakRefDestruct_Generic(asIScriptGeneric *gen)
278{
279 CScriptWeakRef *self = reinterpret_cast<CScriptWeakRef*>(gen->GetObject());
280 self->~CScriptWeakRef();
281}
282
283void CScriptWeakRef_Get_Generic(asIScriptGeneric *gen)
284{

Callers

nothing calls this directly

Calls 1

~CScriptWeakRefMethod · 0.80

Tested by

no test coverage detected