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

Function ScriptWeakRefConstruct

external/as_add_on/weakref/weakref.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <string.h> // strstr()
8
9BEGIN_AS_NAMESPACE
10
11static void ScriptWeakRefConstruct(asITypeInfo *type, void *mem)
12{
13 new(mem) CScriptWeakRef(type);
14}
15
16static void ScriptWeakRefConstruct2(asITypeInfo *type, void *ref, void *mem)
17{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected