Player
Documentation
Frontier
User's Guide
Chapter 5, Verbs
One Verb Per Page
Player.getItemInfo
Syntax
Player.getItemInfo(theItem)
Parameters
theItem is either a name or ID number.
Action
Gets a complete set of attributes for the indicated item.
Returns
A record.
Examples
Player.getItemInfo("OK")
Player.getItemInfo(12) « by ID
Errors
The item does not exist or is not enabled.
Notes
- For a complete list of attributes for each type of object, see the Attributes section of Chapter 6.
- Use Player's balloon help to determine the ID number (if any) and location.
- By default, Player matches only the number of characters specified in the verb parameter. This feature has the benefit of ignoring trailing punctuation, but will occasionally find a false match.
- By default, name matching is not case sensitive.
See Also
Player.getItemAttribute
Player.itemExists
Player.getMenuInfo
Player.getWindowInfo
Player.setCompleteMatch
Player.outlineDialog
Keywords
query[9] customItems
getMenuAttribute
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.