Click or drag to resize

PounceConnectionAddFriend Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Adds a friend to a list of friends. Throws a Exception on non alphanumeric string.

Namespace:  Furcadia.Net.Pounce
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public bool AddFriend(
	string name
)

Parameters

name
Type: SystemString
A String

Return Value

Type: Boolean
A Boolean. True if successfully added friend name. False if name already added.
See Also