LuaAPI: GetClanColor, SetClanColor: They use RGBA instead of RGB
authorWuzzy
Wed, 06 Apr 2016 16:53:35 +0100
changeset 858 2a562faa73fb
parent 857 ca7261b5c679
child 859 16f26a7c87d9
LuaAPI: GetClanColor, SetClanColor: They use RGBA instead of RGB
LuaAPI.wiki
--- a/LuaAPI.wiki	Wed Apr 06 16:36:27 2016 +0100
+++ b/LuaAPI.wiki	Wed Apr 06 16:53:35 2016 +0100
@@ -1047,10 +1047,10 @@
 Removes the team with the given team name from the game.
 
 ==== <tt>!GetClanColor(clan)</tt> ====
-Returns the RGB color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
+Returns the RGBA color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
 
 ==== <tt>!SetClanColor(clan, color)</tt> ====
-Sets the RGB color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
+Sets the RGBA color of the chosen clan by its number. The color data type is described in [LuaAPI#Color].
 
 === Campaign management ===
 ==== <tt>!SaveCampaignVar(varname, value)</tt> ====