Difference between revisions of "Lua: include"

From Nomad DB
(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...")
 
m (Jan moved page Include to Lua: include)
(No difference)

Revision as of 20:36, 14 April 2020

Include another Lua file with a relative path.

Syntax

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

Related Pages