RoomAddNav Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Add an entry to this room's navigation table
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Room AddNav(
Direction Direction,
Room Room
)
Public Function AddNav (
Direction As Direction,
Room As Room
) As Room
public:
Room^ AddNav(
Direction Direction,
Room^ Room
)
member AddNav :
Direction : Direction *
Room : Room -> Room
Parameters
- Direction
- Type: EJW.TextBasedAdventureDirection
Predefined Deirection - Room
- Type: EJW.TextBasedAdventureRoom
Destination Room
Return Value
Type:
RoomItself - useful for chaining commands
See Also