InstructionResultText Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Contains the resulting text that will be displayed to the player from teh current instruction.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic string ResultText { get; }
Public ReadOnly Property ResultText As String
Get
public:
property String^ ResultText {
String^ get ();
}
member ResultText : string with get
Property Value
Type:
String
See Also