# HG changeset patch # User Wuzzy # Date 1555510841 -3600 # Node ID dc1bfd3a62acddf5787185f2a5a60e14a5e2ec81 # Parent 7df2a9651b29524701514bbdaa3044dae9d8a31f LuaLibraries: Shorten title diff -r 7df2a9651b29 -r dc1bfd3a62ac LuaLibraries.wiki --- a/LuaLibraries.wiki Wed Apr 17 15:20:19 2019 +0100 +++ b/LuaLibraries.wiki Wed Apr 17 15:20:41 2019 +0100 @@ -1,6 +1,6 @@ #summary Overview of libraries for writing Lua scripts in Hedgewars -= Lua libraries documentation = += Lua libraries = == Introduction == Libraries in scripts in Hedgewars are Lua files that are used by many scripts to add a common function, as an example the `Locale` library that allows scripts to translate text. The variables in these files are not exposed to the script using it but all the functions can be called.