Game Constructor (String) |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Create a new console game
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Game(
string Title
)
Public Sub New (
Title As String
)
public:
Game(
String^ Title
)
new :
Title : string -> Game
Parameters
- Title
- Type: SystemString
Text to display in the titel bar
See Also