RoomsAdd Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Room Add(
string Name,
string Text
)
Public Function Add (
Name As String,
Text As String
) As Room
public:
Room^ Add(
String^ Name,
String^ Text
)
member Add :
Name : string *
Text : string -> Room
Parameters
- Name
- Type: SystemString
- Text
- Type: SystemString
Return Value
Type:
Room
See Also