SmartFoxServer Unity/.NET API
Buddy Constructor (id, name, isOnline, isBlocked, variables)
NamespacesSmartFoxClientAPI.DataBuddyBuddy(Int32, String, Boolean, Boolean, Hashtable)
Buddy constructor.
Declaration Syntax
C#Visual BasicVisual C++
public Buddy(
	int id,
	string name,
	bool isOnline,
	bool isBlocked,
	Hashtable variables
)
Public Sub New ( _
	id As Integer, _
	name As String, _
	isOnline As Boolean, _
	isBlocked As Boolean, _
	variables As Hashtable _
)
public:
Buddy(
	int id, 
	String^ name, 
	bool isOnline, 
	bool isBlocked, 
	Hashtable^ variables
)
Parameters
id (Int32)
the buddy id
name (String)
the buddy name
isOnline (Boolean)
true if the buddy is online
isBlocked (Boolean)
true if the buddy is blocked
variables (Hashtable)
buddy variables

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)