Skip to main content

Name

msgpart:addFirstChild — Adds a child as the first child on this part

Synopsis

msgpart:addFirstChild(child);

child: table

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?