WoW:API HasFullControl: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API HasFullControl to API HasFullControl without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
This returns 1 if you have full control over your character (i.e. not feared etc)
Checks whether you have full control over your character (i.e. you are not feared, etc).
hasControl = HasFullControl()
 
 
== Arguments ==
:none
 
 
== Returns ==
:; hasControl : [[Boolean]] - Whether the player has full control

Latest revision as of 04:46, 15 August 2023

WoW API < HasFullControl

Checks whether you have full control over your character (i.e. you are not feared, etc).

hasControl = HasFullControl()


Arguments[edit]

none


Returns[edit]

hasControl
Boolean - Whether the player has full control