Squirrel/Server/Functions/Scripts/SetScriptData

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{Squirrel/Title|SetScriptData}}
 +
 
This function sets a data which can be retrieved by any other script via [[Squirrel/Server/Functions/Server/GetScriptData|GetScriptData]] serverside or [[Squirrel/Client/Functions/Scripts/GetScriptData|GetScriptData]] clientside.
 
This function sets a data which can be retrieved by any other script via [[Squirrel/Server/Functions/Server/GetScriptData|GetScriptData]] serverside or [[Squirrel/Client/Functions/Scripts/GetScriptData|GetScriptData]] clientside.
  

Latest revision as of 20:30, 26 October 2012

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.

[edit] Syntax

  1. bool SetScriptData( string dataName, dataValue )

[edit] 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