# HG changeset patch # User Wuzzy # Date 1519470680 0 # Node ID 7c0f5e773736295114dcc2326d13a5b14596b662 # Parent b028249e74c9493b0a3c524dc9419b583977b301 LuaAPI: fix typo diff -r b028249e74c9 -r 7c0f5e773736 LuaAPI.wiki --- a/LuaAPI.wiki Fri Feb 23 19:06:20 2018 +0000 +++ b/LuaAPI.wiki Sat Feb 24 11:11:20 2018 +0000 @@ -10,7 +10,7 @@ Lua is an easy to learn scripting language that’s implemented using open source libraries. If you’d like to learn more about Lua, have a look at [http://www.lua.org Lua's official homepage]. Even though its easy to learn syntax this wiki page won't explain all basics of using Lua, e.g. declaring variables or using control structures. There are tons of step-by-step tutorials and documentation available on the internet. Just throw “Lua” into your favourite search engine and give it a try. === About this wiki page === -This page tends to become outdated. For a list of undocumented functions, see [http://hw.ercatec.net/docs/lua_wiki_check.php]. +This page might become outdated. For a list of undocumented functions, see [http://hw.ercatec.net/docs/lua_wiki_check.php]. @@ -1229,7 +1229,7 @@ This function must not be called while it's the team's turn. -==== `SetTeamLabel(teamname[, label])` (0.9.24)` ==== +==== `SetTeamLabel(teamname[, label])` (0.9.24) ==== Set or remove a label for the team with the given team name. The label is a string and will be displayed next to the team's health bar. If `label` is `nil`, the label will be removed.