InstructionSpeech Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
An instruction contained in speech marks
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Instruction Speech { get; set; }
Public Property Speech As Instruction
Get
Set
public:
property Instruction^ Speech {
Instruction^ get ();
void set (Instruction^ value);
}
member Speech : Instruction with get, set
Property Value
Type:
Instruction
Remarks
If the player types speech it is parsed seperately and built into this instruction
See Also