ThingWear Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
The Thing's in-game state is set to Worn.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax[ObsoleteAttribute]
public Thing Wear()
<ObsoleteAttribute>
Public Function Wear As Thing
public:
[ObsoleteAttribute]
Thing^ Wear()
[<ObsoleteAttribute>]
member Wear : unit -> Thing
Return Value
Type:
ThingThe Thing
RemarksThe Thing is worn regardless of whether it can be worn or not.
See Also