Scribunto |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "T:WikiClientLibrary.Scribunto.ScribuntoWikiSiteExtensions"]
The ScribuntoWikiSiteExtensions type exposes the following members.
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. | |
ScribuntoLoadDataAsyncT(WikiSite, String) | Imports the Lua module with the specified name and gets the module content. | |
ScribuntoLoadDataAsyncT(WikiSite, String, String) | Imports the Lua module with the specified name and gets the module content. | |
ScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions) | Imports the Lua module with the specified name and gets the module content. | |
ScribuntoLoadDataAsyncT(WikiSite, String, CancellationToken) | Imports the Lua module with the specified name and gets the module content. | |
ScribuntoLoadDataAsyncT(WikiSite, String, String, CancellationToken) | Imports the Lua module with the specified name and gets the module content. | |
ScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions, CancellationToken) | Imports the Lua module with the specified name and gets the module content. | |
ScribuntoLoadDataAsyncT(WikiSite, String, String, JsonSerializerOptions, CancellationToken) | Imports the Lua module with the specified name and evaluates the specified Lua code with it. |