Click or drag to resize

ScribuntoWikiSiteExtensions Methods

This is preliminary documentation and is subject to change.

The ScribuntoWikiSiteExtensions type exposes the following members.

Methods
 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.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String, JsonSerializerOptions, CancellationToken) Imports the Lua module with the specified name and evaluates the specified Lua code with it.
Top
See Also