GameGoto Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Sets the current room.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic string Goto(
Room Room
)
Public Function Goto (
Room As Room
) As String
public:
String^ Goto(
Room^ Room
)
member Goto :
Room : Room -> string
Parameters
- Room
- Type: EJW.TextBasedAdventureRoom
Return Value
Type:
StringThe Current Room Description
See Also