2dcolidxrange (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
Created page with "'''2dcolidxrange''' <col> <idx> <idxend> Editor colors from <col> onward will be mapped to [<idx> ... min(<idxend>, 255)]. Takes precedence over '2dcol'. == Parameters ==..."
 
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''2dcolidxrange''' <col> <idx> <idxend>
'''2dcolidxrange''' <col> <idx> <idxend>
<col> is the editorcolor[] starting index. <idx> and <idxend> are the actual color index start and end.


Editor colors from <col> onward will be mapped to [<idx> ... min(<idxend>, 255)].
Editor colors from <col> onward will be mapped to [<idx> ... min(<idxend>, 255)].


Takes precedence over '2dcol'.
Takes precedence over '2dcol'.
== Parameters ==
{| {{prettytable}}
| <col> || the editorcolor[] starting index
|-
| <idx> || the actual color index start
|-
| <idxend> || the actual color index end
|-
|}


[[Category:DEF commands]]
[[Category:DEF commands]]

Revision as of 12:07, 21 February 2020

2dcolidxrange <col> <idx> <idxend>

<col> is the editorcolor[] starting index. <idx> and <idxend> are the actual color index start and end.

Editor colors from <col> onward will be mapped to [<idx> ... min(<idxend>, 255)].

Takes precedence over '2dcol'.