WoW:API SetSelectedFriend: Difference between revisions
Jump to navigation
Jump to search
SetSelectedFriend - Documentation by Flickering
(upgraded deprecated template) |
m (Robot: converting/fixing HTML) |
||
Line 11: | Line 11: | ||
:;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.__NOTOC__ | : This function is necessary because indexes can change in response to friend status updates.__NOTOC__ |
Revision as of 09:35, 20 January 2007
Update the current selected friend
SetSelectedFriend(friendIndex)
Parameters
Arguments
- (friendIndex)
- friendIndex
- Integer - The index (1-based) of the friend which is is to become selected.
Returns
- nil
Details
- This function is necessary because indexes can change in response to friend status updates.