Lua: include

From Nomad DB
Revision as of 12:48, 6 October 2020 by Administrator (talk | contribs)
(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