WoW:API SetSelectedFriend: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API SetSelectedFriend to API SetSelectedFriend without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Update the current selected friend | Update the current selected friend | ||
Line 10: | Line 10: | ||
:;friendIndex : Integer - The index (1-based) of the friend which is is to become selected. | :;friendIndex : Integer - The index (1-based) of the friend which is is to become selected. | ||
=== Returns === | === Returns === | ||
: | :''nil'' | ||
== Details == | == Details == | ||
: This function is necessary because indexes can change in response to friend status updates. | : This function is necessary because indexes can change in response to friend status updates.__NOTOC__ | ||
__NOTOC__ |
Latest revision as of 04:47, 15 August 2023
Update the current selected friend
SetSelectedFriend(friendIndex)
Parameters[edit]
Arguments[edit]
- (friendIndex)
- friendIndex
- Integer - The index (1-based) of the friend which is is to become selected.
Returns[edit]
- nil
Details[edit]
- This function is necessary because indexes can change in response to friend status updates.