RandomNotes.wiki
changeset 1834 323d6e659cd7
parent 1814 e6e9ed9d2626
equal deleted inserted replaced
1833:9dcf9aab2dc9 1834:323d6e659cd7
    11  * `PageOptions::PageOptions(QWidget* parent) :  AbstractPage(parent)` is where you would add your widget
    11  * `PageOptions::PageOptions(QWidget* parent) :  AbstractPage(parent)` is where you would add your widget
    12 
    12 
    13 = How to convert a `.hwmap` file to a Lua string =
    13 = How to convert a `.hwmap` file to a Lua string =
    14 
    14 
    15 Run the shell script `tools/hwmap2lua.sh` found in the Hedgewars repository. Help is included in the source code.
    15 Run the shell script `tools/hwmap2lua.sh` found in the Hedgewars repository. Help is included in the source code.
    16 
       
    17 = Undocumented Lua functions =
       
    18 This script was used on [LuaAPI] to detect undocumented functions:
       
    19 
       
    20 [http://hw.ercatec.net/docs/lua_wiki_check.php]
       
    21 
       
    22 But due to a restructuring, this script no longer works, it needs to be updated. Functions are now located on LuaEvents, LuaGameplay, LuaGears, LuaStats, LuaGUI, LuaAudio and LuaUtil.