MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / Construct

Function Construct

Sources/Jazz2/Scripting/RegisterRef.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace Jazz2::Scripting
10{
11 static void Construct(CScriptHandle* self)
12 {
13 new(self) CScriptHandle();
14 }
15
16 static void Construct(CScriptHandle* self, const CScriptHandle& o)
17 {

Callers 2

ResizeMethod · 0.85
CreateBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected