Click or drag to resize
ThingName Property
Hartismere School

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

The Name of the Thing

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

Property Value

Type: String
Remarks

Thing Names must be Unique.

The Name is displayed to the player.

Do not include a definite or indefinate article.

Examples
"hat" not "a hat"
Examples
"cake" not "some cake"
See Also