En:LoadValue

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

Содержание

Syntax

LoadValue(key : String) : BasicType

Description

Load variable value from repository by key;

Parameters

  • key - string. Value identifier, by which is necessary to search value in repository;

Result

The function returns a value from repository. Data type - BasicType;

Example

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

See also

  1. SaveValue
  2. isValueExists
  3. RemoveValue
  4. General procedures and functions
Личные инструменты