Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

command glxapp_unpublishBroadcast

Unpublishes a message that an object or variable was announcing as being broadcast.

command glxapp_unpublishBroadcast pObject, pBroadcastType
Parameters
TypeNameDescription
Simple parameter. pObject A reference to an object (or "global") that will no longer publish the broadcast.
Simple parameter. pBroadcastType A string identifying the type of broadcast. This helps categorize messages that are sent.
Description

When an object unpublishes a broadcast the custom properties that were stored when the broadcast was published are removed.

Return

Empty

See also