Lua: include

From Nomad DB
Revision as of 20:30, 14 April 2020 by Jan (talk | contribs) (Created page with "Include another Lua file with a relative path. == Syntax == <syntaxhighlight lang="lua"> include(path) </syntaxhighlight> * '''path''' (string) File to include, use relative...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Include another Lua file with a relative path.

Syntax

include(path)
  • path (string) File to include, use relative paths

Related Pages