 | GameStartGame Method (IAttributeTable) |
Starts this game, beginning to tick all systems.
Namespace: Slash.Application.GamesAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void StartGame(
IAttributeTable gameConfiguration
)
Public Sub StartGame (
gameConfiguration As IAttributeTable
)
public:
void StartGame(
IAttributeTable^ gameConfiguration
)
member StartGame :
gameConfiguration : IAttributeTable -> unit
Parameters
- gameConfiguration
- Type: Slash.Collections.AttributeTablesIAttributeTable
Configuration for game systems.
See Also