M_Furcadia_Net_Pounce_PounceConnection_CheckFriendNames - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Iterates through friend's names to make sure they are valid alpha numeric (a-z0-9).
Namespace: Furcadia.Net.Pounce
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public bool CheckFriendNames()
VB
Public Function CheckFriendNames As Boolean
VB Usage
Dim instance As PounceConnection
Dim returnValue As Boolean
returnValue = instance.CheckFriendNames()
C++
public:
bool CheckFriendNames()
F#
member CheckFriendNames : unit -> bool
Type: Boolean
True: All friends names are fine. False otherwise.