SmartFoxServer Unity/.NET API
Buddy Constructor (id, name, isOnline, isBlocked)
NamespacesSmartFoxClientAPI.DataBuddyBuddy(Int32, String, Boolean, Boolean)
Initializes a new instance of the Buddy class
Declaration Syntax
C#Visual BasicVisual C++
public Buddy(
	int id,
	string name,
	bool isOnline,
	bool isBlocked
)
Public Sub New ( _
	id As Integer, _
	name As String, _
	isOnline As Boolean, _
	isBlocked As Boolean _
)
public:
Buddy(
	int id, 
	String^ name, 
	bool isOnline, 
	bool isBlocked
)
Parameters
id (Int32)
name (String)
isOnline (Boolean)
isBlocked (Boolean)

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