ComStop
From Original War Support Wiki
SAIL Functions/c -> ComStop
Contents |
Description
Function ComStop orders unit to stop actually performed action.
Function exists also as AddComStop, which adds command to queue of orders.
There is a possibility to order more units using one ComStop function.
Template
ComStop(units:plist)
units - list of units, which have to stop performed action.
Usage
ComStop(unit); ComStop([unit1]^[unit2]^[unit3]);