| Instruction Methods |
[This is preliminary documentation and is subject to change.]
The Instruction type exposes the following members.
| Name | Description | |
|---|---|---|
| Break | Prevent any further actions in this parse executing. | |
| IsWordInRaw |
Checks all the words entered by the player for a match with Word
| |
| Match(String) |
Provides a shortcut for matching the verb in the current Instruction
| |
| Match(String, Thing) |
Provides a shortcut for matching the verb and first Thing in the current Instruction
| |
| Match(String, Thing, String, Thing) |
Provides a shortcut for matching the verb and first Thing in the current Instruction
|