stratagus-ccl
[Top][All Lists]
Advanced

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

[Stratagus-ccl] CCL Alteration: show-map-location


From: Russell Smith
Subject: [Stratagus-ccl] CCL Alteration: show-map-location
Date: Fri, 19 Sep 2003 11:22:52 +1000
User-agent: KMail/1.5.1

(show-map-location x y radius cycles unit)
Show an area on the map for the given player.

x
    X position on the map to show.
y
    Y position on the map to show.
radius
    Radius of vision to show.
cycles
    The number of game cycles that the area should be shown for
unit
    The unit to use for displaying the sight range. Most properties of the 
unit will be used in the display, whether they can see cloaked units or not. 
Square Vision can also be achived by creating a large unit, say 10x10 and 
specifying the radius to be 1

Example

    ;; Show an area of 6 tiles around location (10,10) for 500 cycles using 
'unit-revealer.
    (show-map-location 10 10 6 500 'unit-revealer)

Not Used





reply via email to

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