OptionsRoom_Description_Show_Items Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Determines if Things 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_Items { get; set; }
Public Property Room_Description_Show_Items As Boolean
Get
Set
public:
property bool Room_Description_Show_Items {
bool get ();
void set (bool value);
}
member Room_Description_Show_Items : bool with get, set
Property Value
Type:
Boolean
RemarksDefault is True.
See Also