En:UseItemFrom
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class InventoryItem
[править]
Syntax
UseItemFrom(object_name : String, item_id : String) : Boolean
[править]
Description
Search item with id=<item_id> in object inventory with name <object_name> and set pointer to it;
[править]
Parameters
[править]
Result
The method searchs item with id=<item_id> in object inventory with name <object_name> and sets pointer on it. If item is found then value is true, otherwise - value false returns. Data type - Boolean;