Click or drag to resize

ScribuntoWikiSiteExtensionsScribuntoExecuteLuaAsync Method

This is preliminary documentation and is subject to change.

Overload List
 NameDescription
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String, JsonSerializerOptions) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String, CancellationToken) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Public Extension MethodScribuntoExecuteLuaAsyncT(WikiSite, String, JsonSerializerOptions, CancellationToken) Evaluates an ad-hoc Lua module with the specified module content in Scribunto Lua console, and gets the returned value.
Top
See Also