client.create_interface
Returns a pointer to the interface, or nil on failure.
client.create_interface(module_name: string, interface_name: string): userdata
Arguments
Name | Description | Type |
---|---|---|
module_name | Filename of the module that contains the interface | string |
interface_name | Name of the interface | string |
Returns interface: userdata