WoW:API IsOutOfBounds: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns whether the player's character is currently outside of the map. oob = IsOutOfBounds() == Returns == ; oob : Flag - 1 if the player's character is currently o…')
 
m (Move page script moved page API IsOutOfBounds to API IsOutOfBounds without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < IsOutOfBounds

Returns whether the player's character is currently outside of the map.

oob = IsOutOfBounds()

Returns[edit]

oob
Flag - 1 if the player's character is currently outside of the map, nil otherwise.

Details[edit]

  • Players may end up outside of a map's bounds (and therefore dead) both as a consequence of geometry errors and normal world design: for instance, falling off the Eye of the Storm, or being dropped off the top of Icecrown Citadel by the Lich King's val'kyrs.