ThingInPlayerRoom Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Returns true if the Thing is in the same room as the player.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic bool InPlayerRoom { get; }
Public ReadOnly Property InPlayerRoom As Boolean
Get
public:
property bool InPlayerRoom {
bool get ();
}
member InPlayerRoom : bool with get
Property Value
Type:
Boolean
See Also