OptionsRoom_Description_Show_Directions Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Determines if directions in a room are included in the Room's description.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic bool Room_Description_Show_Directions { get; set; }
Public Property Room_Description_Show_Directions As Boolean
Get
Set
public:
property bool Room_Description_Show_Directions {
bool get ();
void set (bool value);
}
member Room_Description_Show_Directions : bool with get, set
Property Value
Type:
Boolean
RemarksDefault is True.
See Also