# HG changeset patch # User Wuzzy # Date 1546528820 0 # Node ID 4eea5f6707d9aa71dac1478e8146de57b68cb8b2 # Parent 656ec7e0067e771ab0d92c973b603d367d01e838 LuaAPI: add space in header diff -r 656ec7e0067e -r 4eea5f6707d9 LuaAPI.wiki --- a/LuaAPI.wiki Wed Jan 02 16:37:12 2019 +0000 +++ b/LuaAPI.wiki Thu Jan 03 15:20:20 2019 +0000 @@ -1579,7 +1579,7 @@ -- Disable the “Incoming” sound from being played == File system functions == -=== !HedgewarsScriptLoad(scriptPath [,mustExist]) === +=== !HedgewarsScriptLoad(scriptPath [, mustExist]) === Loads a script (i.e. a [LuaLibraries library]) from the specified `scriptPath`. The root directory is here Hedgewars’ data directory. There will be a Lua error if the script does not exist. If `mustExist` is `false`, no Lua error will happen even when the script does not exist.