SetScriptData

From Liberty Unleashed Wiki
Revision as of 20:30, 26 October 2012 by Shadow (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events


This function sets a data which can be retrieved by any other script via GetScriptData serverside or GetScriptData clientside.

Syntax

  1. bool SetScriptData( string dataName, dataValue )

Arguments

dataName - The string name of the data you want to set.

dataValue - The value of the data ( integer/float/string ).

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox