LuaLibraries.wiki
changeset 1330 d92ed3272533
parent 1329 bd781e19a52d
child 1352 e504c2e2246d
equal deleted inserted replaced
1329:bd781e19a52d 1330:d92ed3272533
    13 <code language="lua">loadfile(GetDataPath() .. "Scripts/<Library Name>.lua")()</code>
    13 <code language="lua">loadfile(GetDataPath() .. "Scripts/<Library Name>.lua")()</code>
    14 This does not work with new Hedgewars versions anymore and causes the script to break. Use `HedgewarsScriptLoad` instead.
    14 This does not work with new Hedgewars versions anymore and causes the script to break. Use `HedgewarsScriptLoad` instead.
    15 
    15 
    16 == List of Lua libraries ==
    16 == List of Lua libraries ==
    17 
    17 
    18 * [LuaLibraryLocale Locale]
    18  * [LuaLibraryLocale Locale]
    19 * [LuaLibraryUtils Utils]
    19  * [LuaLibraryUtils Utils]
    20 * [LuaLibraryTracker Tracker]
    20  * [LuaLibraryTracker Tracker]
    21 * [LuaLibraryAnimate Animate]
    21  * [LuaLibraryAnimate Animate]
    22 * [LuaLibraryParams Params]
    22  * [LuaLibraryParams Params]
    23 * [LuaLibraryTargetPractice TargetPractice]
    23  * [LuaLibraryTargetPractice TargetPractice]
    24 * [LuaLibrarySpeedShoppa SpeedShoppa]
    24  * [LuaLibrarySpeedShoppa SpeedShoppa]
    25 * [LuaLibrarySimpleMission SimpleMission]
    25  * [LuaLibrarySimpleMission SimpleMission]