WoW:API BNGetInfo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API BNGetInfo to API BNGetInfo without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{ood}} | |||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Returns information about the player | Returns information about the player | ||
Latest revision as of 04:45, 15 August 2023
This article or section contains information that is out-of-date.
|
Returns information about the player
presenceID, toonID, currentBroadcast, bnetAFK, bnetDND = BNGetInfo()
Arguments
- none
Returns
- presenceID
- Integer - Your presenceID
- toonID
- Integer - Your toonID
- currentBroadcast
- String - the current text in your broadcast box
- bnetAFK
- Boolean - true if you're flagged "Away"
- bnetDND
- Boolean - true if you're flagged "Busy"