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
m |
(Updated to match the current API boilerplate.) |
||
| 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 |
||