Squirrel/Server/Functions/HashTables/FindHashTable

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Notes)
 
Line 1: Line 1:
__NOTOC__
+
{{Squirrel/Title|FindHashTable}}
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 10:24, 11 October 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events


[edit] Syntax

  1. FindHashTable( name )

[edit] Arguments

  • name - The name of the hash table to find in memory.

[edit] Example

  1.  
  2. function onPlayerJoin( pPlayer )
  3. {
  4. pHashTable <- FindHashTable( "DataHash" );
  5. }
  6.  

This example will set the pHashTable variable to be a pointer to the 'DataHash' hash table if it finds it.

[edit] Notes

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

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox