Skip to main content

client.create_interface

Returns a pointer to the interface, or nil on failure.

client.create_interface(module_name: string, interface_name: string): userdata

Arguments

NameDescriptionType
module_nameFilename of the module that contains the interfacestring
interface_nameName of the interfacestring

Returns interface: userdata