Targeted JSON Pointer: Batch Assignment for Oi Flag[n]
using Targeted JSON Pointer..
ASTER::ACTION::JSON::Targeted JSON Pointer::Batch Assignment Oi Flag
Batch assignment function for flags of object instances.
-
Utilizes a pre-configured Targeted JSON Pointer.
-
The target is a JSON array, and the JSON array contains “boolean values”. For example:
{
"boolean":[
true,
false,
false,
true
]
}
Function Overview
Assign boolean values read from an array to Flag[n] of the object instance.
The precondition is that the array contains boolean values (true
| false
), but it also tries to convert non-boolean values to boolean values as much as possible.
For example, the numeric value 0
is converted to false
, and 1
is converted to true
, etc.
Parameter.1
Select the object instance. Only the "Active (sprite) Object" Type can be registered to the controller.

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.
Enter variable index as a positive integer, ranging from `0` to `31`?.Parameter.2