Sfs2X.Entities.Variables Namespace |
| Class | Description | |
|---|---|---|
| BaseVariable |
The BaseVariable object is the base class for all SmartFoxServer Variable entities on the client.
| |
| MMOItemVariable |
The MMOItemVariable object represents a SmartFoxServer MMOItem Variable entity on the client.
| |
| ReservedBuddyVariables |
The ReservedBuddyVariables class contains the costants describing the SmartFoxServer API reserved Buddy Variable names.
| |
| ReservedRoomVariables |
The ReservedRoomVariables class contains the costants describing the SmartFoxServer API reserved Room Variable names.
| |
| SFSBuddyVariable |
The SFSBuddyVariable object represents a SmartFoxServer Buddy Variable entity on the client.
| |
| SFSRoomVariable |
The SFSRoomVariable object represents a SmartFoxServer Room Variable entity on the client.
| |
| SFSUserVariable |
The SFSUserVariable object represents a SmartFoxServer User Variable entity on the client.
|
| Interface | Description | |
|---|---|---|
| BuddyVariable |
The BuddyVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Buddy Variable exposes.
| |
| IMMOItemVariable |
The IMMOItemVariable interface defines all the public methods and properties that an object representing a SmartFoxServer MMOItem Variable exposes.
| |
| RoomVariable |
The RoomVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Room Variable exposes.
| |
| UserVariable |
The UserVariable interface defines all the public methods and properties that an object representing a SmartFoxServer User Variable exposes.
| |
| Variable |
The Variable interface defines all the default public methods and properties that an object representing a SmartFoxServer Variable exposes.
|
| Enumeration | Description | |
|---|---|---|
| VariableType |
The VariableType class contains the costants defining the valid types of User and Room Variables to be passed to their constructors.
|