Click or drag to resize
RoomAddNav Method
Hartismere School

[This is preliminary documentation and is subject to change.]

Add an entry to this room's navigation table

Namespace: EJW.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
public Room AddNav(
	Direction Direction,
	Room Room
)

Parameters

Direction
Type: EJW.TextBasedAdventureDirection
Predefined Deirection
Room
Type: EJW.TextBasedAdventureRoom
Destination Room

Return Value

Type: Room
Itself - useful for chaining commands
See Also