Games use the ISolpackGameData interface to store game-specific variable data.
Properties:
PropertyDescription Data 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.
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