LuaGameplay.wiki
changeset 1918 6ba186f18a73
parent 1917 962f362690be
child 1919 d9cd57b53b6e
--- a/LuaGameplay.wiki	Fri Jun 21 22:22:04 2019 +0100
+++ b/LuaGameplay.wiki	Fri Jun 21 22:23:47 2019 +0100
@@ -428,7 +428,7 @@
 Returns the RGBA color of the chosen clan by its number. The color data type is described in [LuaOverview#Color].
 
 === <tt>!SetClanColor(clan, color)</tt> ===
-Sets the RGBA color of the chosen clan by its number. The color data type is described in [LuaOverview#Color]. The new clan color *must* be different from the color of all clans (you can't use this function to change clan memberships of teams).
+Sets the RGBA color of the chosen clan by its number. The color argument works the same as in `AddTeam`. The new clan color *must* be different from the color of all clans (you can't use this function to change clan memberships of teams).
 
 Note: The stats graph does not support changing clan colors. If the clan colors change in mid-game, the graph might get confused and shows weird stuff. You may want to turn off the graph with if this is the case (see `SendHealthStatsOff`).