Contents
← WoW API < UnitIsPVPFreeForAll
Checks if a unit is flagged for free-for-all PVP. (ex. from being in a world arena)
isFreeForAll = UnitIsPVPFreeForAll(unitId)
Arguments[edit | edit source]
- unitId
- UnitId - The unit to check
Returns[edit | edit source]
- isFreeForAll
- Boolean - Whether the unit is flagged for free-for-all PVP
Community content is available under CC-BY-SA unless otherwise noted.