Scribunto | 
This is preliminary documentation and is subject to change.
| Name | Description | |
|---|---|---|
| ResetAsync | Resets the current Lua evaluation session with empty module content and dummy module title. | |
| ResetAsync(String) | Resets the current Lua evaluation session with the specified module content and dummy module title. | |
| ResetAsync(String, CancellationToken) | Resets the current Lua evaluation session with the specified module content and dummy module title. | |
| ResetAsync(String, String, CancellationToken) | Resets the current Lua evaluation session with the specified module content and module title. |