Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Components can use the queue.push function to push messages into the queue for the component.

These messages are received by all the components that have connections from the component (see Linking components). This is the Lua code to call it:

local MessageId = queue.push{data=Data}

This function returns a unique string identifier which can be used to link messages so you can see actions performed on a message.

See Custom Logging for more information on this.

  • No labels