En:isValueExists

Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.

Содержание

Syntax

isValueExists(key : String) : Boolean

Description

Check: value exists in repository;

Parameters

  • key - string. Value identifier;

Result

The function returns true if value by key exists, false otherwise. Data type - Boolean;

Example

if (isValueExists("inventoryCreated")) then
   var val=LoadValue("inventoryCreated");
   if (val==1) then
      return 
   endif 
endif

See also

General procedures and functions

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