En:isItemInInventory
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class MapObject
[править]
Syntax
isItemInInventory(item_name : String) : Boolean
[править]
Description
Check: item exists in inventiry of current object?
[править]
Parameters
- item_name - string. Item name;
[править]
Result
The method returns TRUE value, if item is found, FALSE value is otherwise. Data type - Boolean;