On this page
MV_CRASH
declare function MV_CRASH(void): void
crashes the VM and corrupts the state.
Note:
LPH_CRASH
is an available aliasValid Usage
MV_VM(function() MV_CRASH() end)()
MV_VM(function()
local a = MV_CRASH()
end)()
Note: This macro can only be used in virtualized blocks.