Squirrel/Server/Functions/Scripts/SetScriptData

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Syntax)
Line 1: Line 1:
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 also returns a bool.
+
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.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 20:26, 26 October 2012

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