Targeted JSON Pointer: Batch Assignment for Oi Alt String[n]


using Targeted JSON Pointer..

ASTER::ACTION::JSON::Targeted JSON Pointer::Batch Assignment Oi Alt String

Batch assignment of strings to alterable strings[n] of the object instances.

  • Utilizes a pre-configured Targeted JSON Pointer.

  • The target is a JSON array, and the JSON array contains “strings”. For example:

{
    "poem":[
        "The sun sets low, and stars appear,",
        "Whispering secrets we hold dear.",
        "In the quiet night we find,",
        "Dreams and hopes of every kind."
    ]
}

Function Overview

Assign string values retrieved from an array to Alterable String[n] of the object instance.

The precondition is that the JSON array contains string values, but it also uses Dump to convert non-string values to strings.

For example, the boolean true becomes "true", and false becomes "false", etc.


Parameter.1

Select the object instance. Only the "Active (sprite) Object" Type can be registered to the controller.

Description of the image

If "The Active Object" is not specified, an error will be displayed when executing the action from the event, and the registration process will be aborted.


Parameter.2

Enter variable index as a positive integer, ranging from `0` to `31`?.