Added set-editor icon functions
This commit is contained in:
parent
1b5a5e68a8
commit
19b13c5bfb
2 changed files with 64 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
|||
<A HREF="#set-color-cycle-all!">set-color-cycle-all!</A>
|
||||
<A HREF="#set-contrast!">set-contrast!</A>
|
||||
<A HREF="#set-double-click-delay!">set-double-click-delay!</A>
|
||||
<A HREF="#set-editor-select-icon!">set-editor-select-icon!</A>
|
||||
<A HREF="#set-editor-units-icon!">set-editor-units-icon!</A>
|
||||
<A HREF="#set-fancy-buildings!">set-fancy-buildings!</A>
|
||||
<A HREF="#set-fog-of-war!">set-fog-of-war!</A>
|
||||
<A HREF="#set-fog-of-war-brightness!">set-fog-of-war-brightness!</A>
|
||||
|
@ -711,6 +713,64 @@ settings.
|
|||
|
||||
<A HREF="../../data/ccl/freecraft.ccl"> $LIBARYPATH/ccl/freecraft.ccl </A>
|
||||
|
||||
<A NAME="set-editor-select-icon!"></A>
|
||||
<H3>set-editor-select-icon!</H3>
|
||||
|
||||
<H4>Description</H4>
|
||||
|
||||
.
|
||||
|
||||
<H4>Syntax</H4>
|
||||
|
||||
<CODE>(set-editor-select-icon! icon)</CODE>
|
||||
|
||||
<DL>
|
||||
<DT>icon</DT>
|
||||
<DD>The name of the icon.
|
||||
</DD>
|
||||
</DL>
|
||||
|
||||
<H4>Example</H4>
|
||||
|
||||
<PRE>
|
||||
(set-editor-select-icon! 'icon-human-patrol-land)
|
||||
</PRE>
|
||||
|
||||
<P>Use "icon-human-patrol-land" for the editor's select icon.
|
||||
|
||||
<H4>Used</H4>
|
||||
|
||||
<A HREF="../../data/ccl/editor.ccl"> $LIBARYPATH/ccl/editor.ccl </A>
|
||||
|
||||
<A NAME="set-editor-units-icon!"></A>
|
||||
<H3>set-editor-units-icon!</H3>
|
||||
|
||||
<H4>Description</H4>
|
||||
|
||||
.
|
||||
|
||||
<H4>Syntax</H4>
|
||||
|
||||
<CODE>(set-editor-units-icon! icon)</CODE>
|
||||
|
||||
<DL>
|
||||
<DT>icon</DT>
|
||||
<DD>The name of the icon.
|
||||
</DD>
|
||||
</DL>
|
||||
|
||||
<H4>Example</H4>
|
||||
|
||||
<PRE>
|
||||
(set-editor-units-icon! 'unit-footman)
|
||||
</PRE>
|
||||
|
||||
<P>Use "icon-footman" for the editor's units icon.
|
||||
|
||||
<H4>Used</H4>
|
||||
|
||||
<A HREF="../../data/ccl/editor.ccl"> $LIBARYPATH/ccl/editor.ccl </A>
|
||||
|
||||
<A NAME="set-fancy-buildings!"></A>
|
||||
<H3>set-fancy-buildings!</H3>
|
||||
|
||||
|
|
|
@ -354,6 +354,10 @@
|
|||
<DD></DD>
|
||||
<DT><A HREF="config.html#set-double-click-delay!">set-double-click-delay!</A></DT>
|
||||
<DD></DD>
|
||||
<DT><A HREF="config.html#set-editor-select-icon!">set-editor-select-icon!</A></DT>
|
||||
<DD></DD>
|
||||
<DT><A HREF="config.html#set-editor-units-icon!">set-editor-units-icon!</A></DT>
|
||||
<DD></DD>
|
||||
<DT><A HREF="config.html#set-fancy-buildings!">set-fancy-buildings!</A></DT>
|
||||
<DD></DD>
|
||||
<DT><A HREF="config.html#set-fog-of-war!">set-fog-of-war!</A></DT>
|
||||
|
|
Loading…
Reference in a new issue