wiki.sine.space | sinespace

Difference between revisions of "Scripting/SPersistence"

From wiki.sine.space
Jump to: navigation, search
(Created page with "The SPersistence class allows you to store persistent data to the region. =Members= ==Get/Set Values== {{ScriptFunction|void|SetValue|(string key, string value);|Set a value...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/scene/spersistence")
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The SPersistence class allows you to store persistent data to the region.
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/scene/spersistence
 
+
=Members=
+
==Get/Set Values==
+
 
+
{{ScriptFunction|void|SetValue|(string key, string value);|Set a value as 'key'='value'.}}
+
{{ScriptFunction|string|GetValue|(string key);|Retrieve the value assigned to 'key'.}}
+
 
+
==Miscellaneous==
+
{{ScriptFunction|void|UpdateValue|(Action onComplete);|Call the onComplete function upon the value being stored.}}
+

Latest revision as of 07:21, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/scene/spersistence