Skip to content

Reference sheet

When writing documentation, refer to this page for templates

Functions

--- Function summary
-- @realm shared/client/server
-- @pluginwarning Area
-- @param a parameter
-- @tparam[opt="example"] type an optional parameter with a type
-- @return a returned value
-- @treturn type a returned value with a type
-- @see otherExample
-- @usage
-- local a, b, c = 1, 2, 3
-- local calcValue = exampleFunc(a, b, c)