Click or drag to resize
InstructionIsWordInRaw Method
Hartismere School

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

Checks all the words entered by the player for a match with Word

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

Parameters

Word
Type: SystemString
Word to search for

Return Value

Type: Boolean
true if found
See Also