2,434
edits
(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 WoW: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" | ||
edits