MCPcopy Create free account
hub / github.com/anjo76/angelscript / CScriptWeakRef_Get_Generic

Function CScriptWeakRef_Get_Generic

sdk/add_on/weakref/weakref.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void CScriptWeakRef_Get_Generic(asIScriptGeneric *gen)
284{
285 CScriptWeakRef *self = reinterpret_cast<CScriptWeakRef*>(gen->GetObject());
286 gen->SetReturnAddress(self->Get());
287}
288
289void CScriptWeakRef_Assign_Generic(asIScriptGeneric *gen)
290{

Callers

nothing calls this directly

Calls 3

GetObjectMethod · 0.80
SetReturnAddressMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected