stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/doc/ccl config.html


From: Nehal Mistry
Subject: [Stratagus-CVS] stratagus/doc/ccl config.html
Date: Fri, 07 Nov 2003 20:43:42 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Nehal Mistry <address@hidden>   03/11/07 20:43:42

Modified files:
        doc/ccl        : config.html 

Log message:
        add set-max-selectable

Patches:
Index: stratagus/doc/ccl/config.html
diff -u stratagus/doc/ccl/config.html:1.33 stratagus/doc/ccl/config.html:1.34
--- stratagus/doc/ccl/config.html:1.33  Fri Oct 31 17:31:21 2003
+++ stratagus/doc/ccl/config.html       Fri Nov  7 20:43:41 2003
@@ -79,6 +79,7 @@
 <a href="#set-key-scroll!">set-key-scroll!</a>
 <a href="#set-key-scroll-speed!">set-key-scroll-speed!</a>
 <a href="#set-leave-stops!">set-leave-stops!</a>
+<a href="#set-max-selectable!">set-max-selectable!</a>
 <a href="#set-menu-background!">set-menu-background!</a>
 <a href="#set-menu-background-with-title!">set-menu-background-with-title!</a>
 <a href="#set-minimap-terrain!">set-minimap-terrain!</a>
@@ -799,6 +800,30 @@
 
 <a href="../../data/ccl/stratagus.ccl"> $LIBARYPATH/ccl/stratagus.ccl </a>
 
+<a name="set-max-selectable!"></a>
+<h3>(set-max-selectable! max)</h3>
+
+Set the maximum number of selectable units.
+
+
+<dl>
+<dt>max</dt>
+<dd>The max can be any positive value.
+
+</dd>
+</dl>
+
+<h4>Example</h4>
+
+<pre>
+    ;;      Maximum number of selectable units
+    (set-max-selectable! 18)
+</pre>
+
+<h4>Used</h4>
+
+<a href="../../data/ccl/stratagus.ccl"> $LIBARYPATH/ccl/stratagus.ccl </a>
+
 <a name="set-menu-background!"></a>
 <h3>(set-menu-background! image)</h3>
 
@@ -1506,7 +1531,7 @@
 <a href="../../data/ccl/stratagus.ccl"> $LIBARYPATH/ccl/stratagus.ccl </a>
 
 <hr>
-Last changed: $Id: config.html,v 1.33 2003/10/31 22:31:21 jsalmon3 Exp $<br>
+Last changed: $Id: config.html,v 1.34 2003/11/08 01:43:41 nehalmistry Exp $<br>
 All trademarks and copyrights on this page are owned by their respective 
owners.
 <address>(c) 2002-2003 by <a href="http://stratagus.org";>
 The Stratagus Project</a></address></body></html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]