Skip to content
zetaepyon edited this page Jun 30, 2018 · 3 revisions

Description of what the table is for.

local libname = require('libname')

local tablename = libname.tablename -- Exclude for library root tables

The libname.tablename table has the following entries:


libname.tablename.entry1

Description of the function that is the first table entry.

Definition

// TypeScript formatted function definition
function libname.tablename.entry1(param1 : type1, param2 : type2 = 'default_value') : return_type

Parameters

param1 type1

Description of parameter 1

param2 type2 [default: default_value]

Indicates the source of the command.

-- Lua example if necessary

Return

entry1 return_type

Description of whatever the function returns.



Clone this wiki locally