Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackGameData Interface

Games use the ISolpackGameData interface to store game-specific variable data.

Properties:

PropertyDescription
Data Read/Write Property Sets or retrieves the contained data.

Methods:

ISolpackGameData contains no methods.

Remarks:

All game-specific data which may vary throughout the course of a game must be stored in GameData objects. This enables Solpack to support Undo and Redo operations without any additional participation of the game object.

To create a GameData object, use the ISolpackApp::CreateGameData method.

Interface Information:

ImplementationSolpack.exe
Inherits fromIDispatch
  February 24, 2002 jmhoersc@mtu.edu