Data objects used in the SFS API
| C# | Visual Basic | Visual C++ |
namespace SmartFoxClientAPI.Data
Namespace SmartFoxClientAPI.Data
namespace SmartFoxClientAPI.Data
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| Buddy | Buddy is the class representing a players buddy. This class is used internally by the SmartFoxClient class; also, Buddy objects are returned by various methods and events of the SmartFoxServer API. | |
| NewRoomDescriptor..::.ExtensionDescriptor | The ExtensionDescriptor class stores the properties of a extension (name and script) for room creation. | |
| NewRoomDescriptor | The NewRoomDescriptor class stores the properties of a new room for room creation methods. | |
| Room | The Room class stores the properties of each server room. This class is used internally by the SmartFoxClient class; also, Room objects are returned by various methods and events of the SmartFoxServer API. | |
| RoomVariable | RoomVariable is the class representing a rooms variables. This class is used internally by the SmartFoxClient class; also, RoomVariable objects are returned by various methods and events of the SmartFoxServer API. | |
| SFSObject | SFS object class | |
| User | The User class stores the properties of each user. This class is used internally by the SmartFoxClient class; also, User objects are returned by various methods and events of the SmartFoxServer API. | |
| Zone | The Zone class stores the properties of the current server zone. This class is used internally by the SmartFoxClient class. |