| ScribuntoWikiSiteExtensionsScribuntoExecuteLuaAsync Method |
This is preliminary documentation and is subject to change.
Overload List | Name | Description |
---|
| ScribuntoExecuteLuaAsyncT(WikiSite, String) |
Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
|
| ScribuntoExecuteLuaAsyncT(WikiSite, String, JsonSerializerOptions) |
Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
|
| ScribuntoExecuteLuaAsyncT(WikiSite, String, CancellationToken) |
Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
|
| ScribuntoExecuteLuaAsyncT(WikiSite, String, JsonSerializerOptions, CancellationToken) |
Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
|
TopSee Also