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

Function StringRelease_Generic

sdk/tests/test_feature/source/scriptstring.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static void StringRelease_Generic(asIScriptGeneric *gen)
64{
65 CScriptString *thisPointer = (CScriptString*)gen->GetObject();
66 thisPointer->Release();
67}
68
69//-----------------
70// string = string

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
ReleaseMethod · 0.45

Tested by

no test coverage detected