Click or drag to resize
ThingDescription Property
Hartismere School

[This is preliminary documentation and is subject to change.]

The description of the Thing.

Namespace: EJW.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
public string Description { get; set; }

Property Value

Type: String
Remarks

Displayed when the player "insepcts" the Thing.

Can be overridden with DescriptionOverride.

See Also