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

Function StringAddRef_Generic

sdk/tests/test_feature/source/scriptstring.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static void StringAddRef_Generic(asIScriptGeneric *gen)
52{
53 CScriptString *thisPointer = (CScriptString*)gen->GetObject();
54 thisPointer->AddRef();
55}
56
57void CScriptString::Release() const
58{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
AddRefMethod · 0.45

Tested by

no test coverage detected