Click or drag to resize
InstructionMatch Method (String)
Hartismere School

[This is preliminary documentation and is subject to change.]

Provides a shortcut for matching the verb in the current Instruction

Namespace: EJW.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
public bool Match(
	string Verb
)

Parameters

Verb
Type: SystemString
The verb to match

Return Value

Type: Boolean
true if the verb string matches the verb in the Instruction
See Also