Type | function |
Library | PLUGIN_NAME.* |
Return value | TYPE |
Keywords | |
See also |
This function does...
PLUGIN_NAME.FUNCTION( ARG1 )
PLUGIN_NAME.FUNCTION( ARG1, options )
TYPE. Short description goes here.
Table. Short description goes here. See Format for options below.
The options
table contains the following properties:
TYPE. Short description goes here.
local PLUGIN_NAME = require 'plugin.PLUGIN_NAME'
PLUGIN_NAME.FUNCTION( ARG1 )