Lua: include

From Nomad DB
(Redirected from Include)

Include another Lua file with a relative path.

Syntax

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

Related Pages