C_Navigation.WasClampedToScreen

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if the navigation frame position was clamped due to having been located off-screen. This can indicate that the player may not be facing towards the tracked location.

wasClamped = C_Navigation.WasClampedToScreen()

Returns

wasClamped
boolean

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.