ThingCarried Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Gets or Sets if the Thing is being carried.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic bool Carried { get; set; }
Public Property Carried As Boolean
Get
Set
public:
property bool Carried {
bool get ();
void set (bool value);
}
member Carried : bool with get, set
Property Value
Type:
Boolean
See Also