Squirrel/Server/Functions/HashTables/Load

From Liberty Unleashed Wiki
Revision as of 02:39, 26 May 2010 by Force (Talk | contribs)

Jump to: navigation, search


Syntax

  1. HashTable.Save( location )

Arguments

  • location - The file path and name of the file to load the hash table from.

Example

  1.  
  2. function onScriptLoad( )
  3. {
  4. pDataHash.Load( "Scripts/LUScript/Hashes/DataHash.hsh" );
  5. }
  6.  

This example will load the data from this file into the DataHash that is stored within the servers memory.

Notes

The function onScriptLoad was used in this example, more info about it in the corresponding page.

You must make sure that the Scripts/LUScript/Hashes directory exists before attempting to save/load from it.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox