| Interface | Description |
|---|---|
| ISFSApi | |
| ISFSBuddyApi | |
| ISFSGameApi | |
| ISFSMMOApi |
| Class | Description |
|---|---|
| APIManager | |
| CreateRoomSettings |
The Room Settings allow you to configure how a new Room will work under many different aspects, from its size to the events it
can fire, permissions and a lot more.
|
| CreateRoomSettings.RoomExtensionSettings |
Define the Extension settings of the Room
Each extension can define 3 parameters
id: the id of the extension (corresponding to the extension folder name)
className: the main extension class file
propertiesFile: (optional) a properties file containing custom configuration data for your extension.
|
| SFSApi |
Overview
The SFSApi class provides the central access to the main SFS2X Server side API.
|
| SFSBuddyApi |
Provides all necessary functionalities for managing User buddy lists.
|
| SFSGameApi |
Provides specialized API calls for advanced game functionalities: player matching, game invitations/challenges, quick games etc...
|
| SFSMMOApi |
Provides advanced features for MMO-related functionalities.
|