GameParse Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Send some text to the parser to be processed.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic void Parse(
string text
)
Public Sub Parse (
text As String
)
public:
void Parse(
String^ text
)
member Parse :
text : string -> unit
Parameters
- text
- Type: SystemString
The text to process
See Also