Documentation: fixed example for GetRGBaValue().

master
Clonkonaut 2018-03-18 13:41:23 +01:00
parent 6f521a0805
commit 4199a4060e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</desc>
<examples>
<example>
<code>GetRGBaValue(<funclink>GetColor</funclink>(<funclink>GetCursor</funclink>()),2);</code>
<code>GetRGBaValue(<funclink>GetCursor</funclink>()-><funclink>GetColor</funclink>(), 2);</code>
<text>Returns the green fraction of the currently selected clonk.</text>
</example>
</examples>