Targeted JSON Pointer :: Batch Assignment for Oi Flag[n]


using Targeted JSON Pointer..

ASTER::ACTION::JSON::Targeted JSON Pointer::Batch Assignment Oi Flag

オブジェクト・インスタンスに対する一括代入機能。

書きかけの項目

事前に設定された Targeted JSON Pointer を利用します。

ターゲットは配列であり、配列には「真偽値」が格納されています。

{
    "boolean":[
        true,
        false,
        false,
        true
    ]
}

オブジェクト・インスタンスの Flag[n] に配列から読み取った真偽値を代入します。

配列には真偽値 ( true | false ) が格納されているという前提機能ですが、真偽値以外の値でも可能な限り真偽値への変換を試行します。

例えば数値 0false1true など。

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

A

注意点.3

A