MCPcopy Create free account
hub / github.com/ZDoom/Raze / DestroyExtra

Method DestroyExtra

source/common/scripting/vm/vmframe.cpp:245–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void VMScriptFunction::DestroyExtra(void *addr)
246{
247 char *caddr = (char*)addr;
248
249 for (auto tao : SpecialInits)
250 {
251 tao.first->DestroyValue(caddr + tao.second);
252 }
253}
254
255int VMScriptFunction::AllocExtraStack(PType *type)
256{

Callers 1

PopFrameMethod · 0.80

Calls 1

DestroyValueMethod · 0.45

Tested by

no test coverage detected