Get Tag

The Get Tag Node.
The Get Tag Node returns the tags that are attributed to the Object given as input. If an Object with no tags is given, an empty Array is returned.
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
Object ID | ObjectID | The Object whose tag(s) will be returned. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
Tag | Array | An Array of the Object's tag(s). |
Last modified 4mo ago