Difference between revisions of "Gaming:loadState"
From GiderosMobile
Line 6: | Line 6: | ||
Gaming:loadState(key) | Gaming:loadState(key) | ||
</source> | </source> | ||
− | '''key''': (number) Key to load | + | === Parameters === |
+ | '''key''': (number) Key to load <br/> |
Revision as of 10:41, 23 August 2018
Available since: Gideros 2012.09
Description
Load a data element from cloud storage. Either 'Event.STATE_LOADED`, `Event.STATE_ERROR` or `Event.STATE_CONFLICT` will be triggered.
Gaming:loadState(key)
Parameters
key: (number) Key to load