BNIsFriendConversationValid

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 5.4.0

Returns whether it is possible to converse with a specific battle.net friend.

isConversationValid = BNIsFriendConversationValid(index)

Arguments

index
number - battle.net friend index to query, ascending from 1 to BNGetNumFriends().

Returns

isConversationValid
boolean - true if you can start a conversation with the specified battle.net friend, false otherwise.

Patch changes

Mists of Pandaria Patch 5.4.0 (2013-09-10): Added.