removeBuddy()
Availability:
Flash Player 6.0
SmartFoxServer Basic / Pro
Usage:
smartFox.removeBuddy(buddyName)
Description:
Removes a buddy from the buddy list.
Parameters:
buddyName | a string containing the name of the buddy to remove |
Returns:
Fires the onBuddyList() event
Example:
var buddyName = "Lapo" smartFox.removeBuddy(buddyName)
See also:
buddyList, onBuddyList(), addBuddy(), loadBuddyList()