Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipedaragon committed May 27, 2018
1 parent a8b83da commit c759d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The options table can be used to enable or disable library features. The followi

name | return type | description
--- | --- | ---
**modulename** | string | Gets or sets the module name. Default: underscript
**modulename** | string | Gets or sets the module name. Default: Underscript
**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.
**usevars** | boolean | Enables or disables the use of Lua variables (both local and global). Enabled by default.
**useglobals** | boolean | Enables or disables the use of global Lua variables. Enabled by default. Requires usevars enabled.
Expand Down

0 comments on commit c759d87

Please sign in to comment.