ThingDescription Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
The description of the Thing.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
Property Value
Type:
String
RemarksDisplayed when the player "insepcts" the Thing.
Can be overridden with DescriptionOverride.
See Also