535 B
535 B
weight | title | description | icon | date | lastmod |
---|---|---|---|---|---|
100 | MV_CRASH | Crashes the VM | code_blocks | 2025-05-01T18:47:58-05:00 | 2025-05-01T18:47:58-05:00 |
declare function MV_CRASH(void): void
crashes the VM and corrupts the state.
{{% alert context="info" text="Note: LPH_CRASH
is an available alias" /%}}
Valid Usage
MV_VM(function() MV_CRASH() end)()
MV_VM(function()
local a = MV_CRASH()
end)()
{{% alert context="warning" text="Note: This macro can only be used in virtualized blocks." /%}}