Fixed and documentation of ZONE_CAPTURE_COALITION

This commit is contained in:
FlightControl_Master
2017-11-01 17:22:22 +01:00
parent 6a0294e22b
commit 7bc0f103d9
15 changed files with 36 additions and 76 deletions

View File

@@ -573,6 +573,14 @@ The initial coalition owning the zone.</p>
<p><em><a href="##(ZONE_CAPTURE_COALITION)">#ZONE<em>CAPTURE</em>COALITION</a>:</em></p>
<h3>Usage:</h3>
<pre class="example"><code>
AttackZone = ZONE:New( "AttackZone" )
ZoneCaptureCoalition = ZONE_CAPTURE_COALITION:New( AttackZone, coalition.side.RED ) -- Create a new ZONE_CAPTURE_COALITION object of zone AttackZone with ownership RED coalition.
ZoneCaptureCoalition:__Guard( 1 ) -- Start the Guarding of the AttackZone.
</code></pre>
</dd>
</dl>
<dl class="function">