From ed9685e77dfebb371ceb545c605fef219dcb9e8f Mon Sep 17 00:00:00 2001 From: cpunch Date: Sat, 5 Jul 2025 03:11:10 -0500 Subject: [PATCH] added virtualization docs --- content/docs/options/virtualization.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/options/virtualization.md b/content/docs/options/virtualization.md index 01deb49..277b81a 100644 --- a/content/docs/options/virtualization.md +++ b/content/docs/options/virtualization.md @@ -11,4 +11,8 @@ The MoonVeil virtualization pass handles lifting and compiling selected virtuali {{% alert context="info" text="**Note**: This requires a paid plan to enable, otherwise the macros act as no-ops" /%}} -Currently the only child option is 'Virtualize Script' which will wrap the entire script in an `MV_VM` macro, effectively marking the entire script (excluding [MV_OMIT](/docs/macros/mv_omit_function) blocks). +The following child options are available: + +- `Virtualize Script`: Wrap the entire script in an `MV_VM` macro, effectively marking the entire script (excluding [MV_OMIT](/docs/macros/mv_omit_function) blocks). +- `Environment check`: Will perform some basic anti-tamper checks, can break some environments +- `Debug VM`: Enables VM error debugging; DO NOT USE FOR SHARED SCRIPTS