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

Function ClearGlobalVMStack

source/common/scripting/vm/vmframe.cpp:746–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744
745
746void ClearGlobalVMStack()
747{
748 while (GlobalVMStack.PopFrame() != nullptr)
749 {
750 }
751}
752
753
754ADD_STAT(VM)

Callers

nothing calls this directly

Calls 1

PopFrameMethod · 0.80

Tested by

no test coverage detected