TextComponent - Children (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.14.0

Syntax

[text] component children of %textcomps%

Description

Get the children of a text component. This essentially splits the component up into its parts.

Examples

set {_children::*} to component children of {_textcomp}

View source