Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ ThrowVMException
Function
ThrowVMException
source/common/scripting/vm/vmframe.cpp:739–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
737
738
#if 0
739
void ThrowVMException(VMException *x)
740
{
741
throw x;
742
}
743
#endif
744
745
Callers
1
ExecScriptFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected