![]() |
This API no longer exists on any flavor of the game.
|
Returns the number of loss-of-control effects your character is currently affected by.
numEvents = C_LossOfControl.GetNumEvents()
Returns
- numEvents
- number - Number of loss-of-control effects your character is currently affected by.
Patch changes
Patch 9.0.1 (2020-10-13): Removed. Replaced by C_LossOfControl.GetActiveLossOfControlDataCount.
Patch 5.1.0 (2012-11-27): Added.