Player
Documentation
Frontier
User's Guide
Chapter 5, Verbs
One Verb Per Page
Player.setCaseSensitive
Syntax
Player.setCaseSensitive(desiredState)
Parameters
desiredState is true or false.
Action
Sets whether or not subsequent matches are sensitive to case.
Returns
True.
Examples
Player.setCaseSensitive(true)
Player.setCaseSensitive(false) « the default value
Notes
- By default, name matching is not case sensitive.
- This setting affects all string matching done by any verb. It remains in effect until changed or until a reboot.
- Modifiers and Keys are constants not strings, and are never case sensitive.
- There is no way to alter the default (other than to execute this verb when Frontier starts up).
See Also
Player.setCompleteMatch
Player.setForcedYield
Keywords
settings[4] preferences
setCheckbox
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.