Index

GetUnitDestroyed

GetUnitDestroyed(<-unit) ->unitDestroyed

Description

Pushes the destroyed status of a unit to the stack. If the unit no longer, or never, existed, this call also returns true.

Examples

trace(GetUnitDestroyed(self))

Index