stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/doc/ccl ccl-index.html game.html


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/doc/ccl ccl-index.html game.html
Date: Fri, 26 Sep 2003 16:49:24 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/09/26 16:49:24

Modified files:
        doc/ccl        : ccl-index.html game.html 

Log message:
        Added define-burning-building

Patches:
Index: stratagus/doc/ccl/ccl-index.html
diff -u stratagus/doc/ccl/ccl-index.html:1.43 
stratagus/doc/ccl/ccl-index.html:1.44
--- stratagus/doc/ccl/ccl-index.html:1.43       Sun Sep 21 06:03:55 2003
+++ stratagus/doc/ccl/ccl-index.html    Fri Sep 26 16:49:24 2003
@@ -200,6 +200,8 @@
 <dd></dd>
 <dt><a href="unittype.html#define-animations">define-animations</a></dt>
 <dd></dd>
+<dt><a 
href="game.html#define-burning-building">define-burning-building</a></dt>
+<dd></dd>
 <dt><a href="game.html#define-campaign">define-campaign</a></dt>
 <dd></dd>
 <dt><a href="game.html#define-construction">define-construction</a></dt>
@@ -613,7 +615,7 @@
 <!-- SCRIPT END -->
 </dl>
 
-Last changed: $Id: ccl-index.html,v 1.43 2003/09/21 10:03:55 mr-russ Exp $<br>
+Last changed: $Id: ccl-index.html,v 1.44 2003/09/26 20:49:24 jsalmon3 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>
Index: stratagus/doc/ccl/game.html
diff -u stratagus/doc/ccl/game.html:1.31 stratagus/doc/ccl/game.html:1.32
--- stratagus/doc/ccl/game.html:1.31    Thu Sep 18 21:18:50 2003
+++ stratagus/doc/ccl/game.html Fri Sep 26 16:49:24 2003
@@ -56,6 +56,7 @@
 <a href="#change-units-owner">change-units-owner</a>
 <a href="#create-unit">create-unit</a>
 <a href="#credits">credits</a>
+<a href="#define-burning-building">define-burning-building</a>
 <a href="#define-campaign">define-campaign</a>
 <a href="#define-construction">define-construction</a>
 <a href="#define-construction-wc-names">define-construction-wc-names</a>
@@ -329,6 +330,34 @@
 
 <a href="../../data/ccl/wc2.ccl"> $LIBARYPATH/ccl/wc2.ccl </a>
 
+<a name="define-burning-building"></a>
+<h3>(define-burning-building '(percent p missile m) ...)</h3>
+
+Define the burning building missiles.
+
+
+<dl>
+<dt>p</dt>
+<dd>Hit point percentage.
+</dd>
+<dt>m</dt>
+<dd>Fire missile to display.
+</dd>
+</dl>
+
+<h4>Example</h4>
+
+<pre>
+    (define-burning-building
+      '(percent 0 missile missile-big-fire)
+      '(percent 50 missile missile-small-fire)
+      '(percent 75 ) ; no missile
+    )
+</pre>
+<h4>Used</h4>
+
+<a href="../../data/ccl/missiles.ccl"> $LIBARYPATH/ccl/missiles.ccl </a>
+
 <a name="define-campaign"></a>
 <h3>(define-campaign 'ident 'name "name" 'campaign (list elements))</h3>
 
@@ -1560,7 +1589,7 @@
 <a href="../../data/ccl/wc2.ccl"> $LIBARYPATH/ccl/wc2.ccl </a>
 
 <hr>
-Last changed: $Id: game.html,v 1.31 2003/09/19 01:18:50 mr-russ Exp $<br>
+Last changed: $Id: game.html,v 1.32 2003/09/26 20:49:24 jsalmon3 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]