RSS

Пятница, 26.04.2024, 23:17
Главная » WoW API » API Функции » Battle.net »

BNGetConversationMemberInfo

[ править ]
Returns information about a member of a battle.net conversation.
[клоны]
Returns information about a member of a battle.net conversation.

Signature:
Code
presenceID, unknown, displayName = BNGetConversationMemberInfo(channel, memberIndex)

Arguments:
  • channel - The index of the channel you want member info for (number)
  • memberIndex - The index of the member you want info for (number)

Returns:
  • presenceID - This number seems to be the same as the presence ID of the RealID friend (number)
  • unknown - Unknown (ID?) (number)
  • displayName - The name that gets displayed with chat messages. Real name for friends, charname for FoF (string)

This documentation is either in the process of being created, or needs to be reviewed for accuracy. Please feel free to share any findings by clicking on the 'Edit' tab at the top of the content area or by posting your findings on the forums.

Также смотрите: Battle.net , Battle.net functions
Ссылки: http://wowprogramming.com/docs/api/BNGetConversationMemberInfo