En:Get
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class Collection
[править]
Syntax
Get(key : String or index : Number) : BasicType
[править]
Description
Get value from collection by its key or index;
[править]
Parameters
- key - string. Collection key (identifier);
- index - number. Collection index (number value). Should be in a range from 0 to Count()-1.
[править]
Result
The method returns value from collection by its key or index. Data type - BasicType;