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