Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1018 Bytes

FUNCTION.markdown

File metadata and controls

43 lines (26 loc) · 1018 Bytes

PLUGIN_NAME.FUNCTION()

 
Type function
Library PLUGIN_NAME.*
Return value TYPE
Keywords
See also

Overview

This function does...

Syntax

PLUGIN_NAME.FUNCTION( ARG1 )
PLUGIN_NAME.FUNCTION( ARG1, options )
ARG1 (required)

TYPE. Short description goes here.

options (optional)

Table. Short description goes here. See Format for options below.

Format for options

The options table contains the following properties:

PROPERTY1 (required)

TYPE. Short description goes here.

Examples

local PLUGIN_NAME = require 'plugin.PLUGIN_NAME'

PLUGIN_NAME.FUNCTION( ARG1 )