Index

:!: Available in version 1.3 and later.

GetUnitStunCount

GetUnitStunCount(<-unitUID)

Description

Returns the current stuncount for a unit. A unit that is not stunned will return 0. A value greater than 0 is the number of frames that the unit will remained stunned.

Examples

GetUnitStunCount(self)

Index