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...")
 
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
  
 
== Related Pages ==
 
== Related Pages ==
* [[WD2 ScriptHook: Lua Functions]]
+
* [[ScriptHook: Lua Functions]]
  
[[Category:WD2 ScriptHook Lua]]
+
[[Category:ScriptHook Lua]]

Latest revision as of 12:48, 6 October 2020

Include another Lua file with a relative path.

Syntax

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

Related Pages