Next Topic

Previous Topic

Book Contents

FindItem

TLuaStorageItem FindItem(string sName,string sKey);

Return values

Non zero if the function is successful; otherwise 0.

Parameters

  • sName - Unique name of the item, an item with this name must already exist.
  • sKey - Key name of the item, a key with name must already exist.

Remarks

The function retrieves an stored item, the returned class contains the item/key names as well as the data associated with the item.