WoW:API BNGetInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} __NOTOC__ Returns information about the player unknown, unknown, currentBroadcast, bnetAFK, bnetDND = BNGetInfo() == Arguments == ;none == Returns == ;unknown : ? …') |
m (Move page script moved page API BNGetInfo to API BNGetInfo without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ood}} | |||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Returns information about the player | Returns information about the player | ||
presenceID, toonID, currentBroadcast, bnetAFK, bnetDND = BNGetInfo() | |||
== Arguments == | == Arguments == | ||
| Line 7: | Line 8: | ||
== Returns == | == Returns == | ||
; | ;presenceID : Integer - Your presenceID | ||
; | ;toonID : Integer - Your toonID | ||
;currentBroadcast : String - the current text in your broadcast box | ;currentBroadcast : String - the current text in your broadcast box | ||
;bnetAFK : Boolean - true if you're flagged "Away" | ;bnetAFK : Boolean - true if you're flagged "Away" | ||
;bnetDND : Boolean - true if you're flagged "Busy" | ;bnetDND : Boolean - true if you're flagged "Busy" | ||
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"