MCPcopy Create free account
hub / github.com/ZDoom/Raze / ~VMScriptFunction

Method ~VMScriptFunction

source/common/scripting/vm/vmframe.cpp:146–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146VMScriptFunction::~VMScriptFunction()
147{
148 if (Code != NULL)
149 {
150 if (KonstS != NULL)
151 {
152 for (int i = 0; i < NumKonstS; ++i)
153 {
154 KonstS[i].~FString();
155 }
156 }
157 }
158}
159
160void VMScriptFunction::Alloc(int numops, int numkonstd, int numkonstf, int numkonsts, int numkonsta, int numlinenumbers)
161{

Callers

nothing calls this directly

Calls 1

~FStringMethod · 0.80

Tested by

no test coverage detected