ThingName Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
The Name of the Thing
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
String
RemarksThing 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