You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The options table can be used to enable or disable library features. The followi
4
4
5
5
name | return type | description
6
6
--- | --- | ---
7
-
**modulename** | string | Gets or sets the module name. Default: underscript
7
+
**modulename** | string | Gets or sets the module name. Default: Underscript
8
8
**redirectio** | boolean | Enables or disables the IO redirection. Disabled by default. When enabled, Underscript_write(v), Underscript_writeln(v) and Underscript_logerror(line,msg) may be called during a script execution.
9
9
**usevars** | boolean | Enables or disables the use of Lua variables (both local and global). Enabled by default.
10
10
**useglobals** | boolean | Enables or disables the use of global Lua variables. Enabled by default. Requires usevars enabled.
0 commit comments