|
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
)
Public Function AddFriend (
name As String
) As Boolean
Dim instance As PounceConnection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.AddFriend(name)
public:
bool AddFriend(
String^ name
)
member AddFriend :
name : string -> bool
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