ScriptInterface:PlaceLayerInGroup(child, group, top, isUndoable)

Version added: before 9.5

Arguments:

Name Type Description Default Ver
child MohoLayer The layer to move < 9.5
group MohoLayer The group layer to put it in < 9.5
top bool True to place it at the top of the group, false to place it at the bottom true < 9.5
isUndoable bool Added in version 10 true 10.0

Return value:

void none
To move a layer out of its group, you can use the ScriptInterface:PlaceLayerBehindAnother method.
<< Back to ScriptInterface