GameParser Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
The Parser that parses input from the player and build an Instruction
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Parser Parser { get; set; }
Public Property Parser As Parser
Get
Set
public:
property Parser^ Parser {
Parser^ get ();
void set (Parser^ value);
}
member Parser : Parser with get, set
Property Value
Type:
Parser
See Also