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.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic bool IsWordInRaw(
string Word
)
Public Function IsWordInRaw (
Word As String
) As Boolean
public:
bool IsWordInRaw(
String^ Word
)
member IsWordInRaw :
Word : string -> bool
Parameters
- Word
- Type: SystemString
Word to search for
Return Value
Type:
Booleantrue if found
See Also