|
ISolpackGameLib Interface
A library implements the ISolpackGameLib interface to expose the games it contains.
Properties:
| Property | | Description |
| Author |
 |
Retrieves the name of the person or company who developed the game library. |
| Email |
 |
Retrieves the e-mail address of the author. |
| WebSite |
 |
Retrieves the web site address of the author. |
| NumGames |
 |
Retrieves the count of games implemented in the game library. |
Methods:
| Method | Description |
| GetGame |
Creates and returns an instance of the specified game object. |
| GetGameInfo |
Retrieves static information about the specified game. |
Interface Information:
| Implementation | Custom |
| Inherits from | IDispatch |
|