equal
deleted
inserted
replaced
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] |