Squirrel/Server/Functions/HashTables/Dec

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

Latest revision as of 10:25, 11 October 2010

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


[edit] Syntax

  1. HashTable.Dec( data )
  1. HashTable.Dec( data, int Amount )

[edit] Arguments

  • data - The value that you wish to decrease.
  • Amount - How much you wish to decrease the amount by (optional - default is 1)

[edit] Example

  1.  
  2. function onPlayerDeath( pPlayer )
  3. {
  4. pDataHash.Dec( pPlayer.Name + ".Cash", 500 );
  5. }
  6.  

This example will decrease the value of the stored cash amount by 500.

[edit] Notes

The function onPlayerDeath and Player.Name were used in this example, more info about them in the corresponding page.

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox