ThingInRoom Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Gets or Sets the Room this Thing is in, or null if not in a Room.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Room InRoom { get; set; }
Public Property InRoom As Room
Get
Set
public:
property Room^ InRoom {
Room^ get ();
void set (Room^ value);
}
member InRoom : Room with get, set
Property Value
Type:
Room
See Also