Rex's plugins for Construct2
  • Home
  • Map
  • Tutorial/Templates
  • News
  • About

rex_parse_string

Plugin, ACE table, Discussion thread
Dependence:
rex_parse_initialize

Introduction
Save string with any kind of size. This plugin will divide string into many rows for saving, so that it could be used to save the result of official saving feature.

Usage

Sample capx
Prepare
Add 
rex_parse_initialize to set api id and javascript key.
Save
Call "
Action:Save" to save a string for a specific userID with a key.
"Condition:On save complete" will be triggered while saving completed, otherwise "Condition:On save error" will be triggered.
Get last saved userID, key, and data by "Expression:LastSavedOwnerID", "Expression:LastSavedKey", "Expression:LastSavedValue".
Load
Call "Action:Load" to load a string for a specific userID with a key.
"Condition:On load complete" will be triggered while
loading completed, otherwise "Condition:On load error" will be triggered.
Get last loaded userID, key, and data by "Expression:LastLoadedOwnerID", "Expression:LastLoadedKey", "Expression:LastLoadedValue".
Remove
Call "Action:Remove" or "Action:Remove all keys" to remove a key or all keys of an userID.
"Condition:On remove complete" will be triggered while removing completed, otherwise "Condition:On remove error" will be triggered.

Create a free web site with Weebly
  • Home
  • Map
  • Tutorial/Templates
  • News
  • About