WoW:API SetSelectedFriend: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''SetSelectedFriend''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''SetSelectedFriend''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 14: Line 15:


== 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__
 
----
{{WoW API}}
__NOTOC__

Revision as of 17:30, 6 January 2007

WoW API < SetSelectedFriend

SetSelectedFriend - Documentation by Flickering

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.