Struct webkitten::script::LuaEngine [] [src]

pub struct LuaEngine;

Trait Implementations

impl ScriptingEngine for LuaEngine
[src]

The file extension to use when searching for command matches for this engine Read more

Evaluate the contents of a file withn the scripting runtime and execute the description event trigger Read more

Evaluate the contents of a file within the scripting runtime and execute the event trigger for running a command directly, providing the arguments to the scope Read more

Evaluate the contents of a file within the scripting runtime and execute the event trigger for getting autocompletion results, providing the arguments and prefix to the scope Read more

Evaluate the contents of a file within the scripting runtime and execute the event trigger matching the BufferEvent, provided the window index, webview index, and requested URI to the scope. Read more