msgpart:addFirstChild
Last updated March 2020
Name
msgpart:addFirstChild — Adds a child as the first child on this part
Synopsis
msgpart:addFirstChild(child);
Description
Adds a child as the first child on this part. This part must already be a container for the addition to succeed. Returns true
on success, false
on error.
Enable this function with the statement require('msys.extended.message');
.
See Also
Was this page helpful?