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;

Личные инструменты