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

Method InitExtra

source/common/scripting/vm/vmframe.cpp:235–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void VMScriptFunction::InitExtra(void *addr)
236{
237 char *caddr = (char*)addr;
238
239 for (auto tao : SpecialInits)
240 {
241 tao.first->InitializeValue(caddr + tao.second, nullptr);
242 }
243}
244
245void VMScriptFunction::DestroyExtra(void *addr)
246{

Callers 1

AllocFrameMethod · 0.80

Calls 1

InitializeValueMethod · 0.45

Tested by

no test coverage detected