Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

command glxapp_broadcast

Broadcasts a message from an object to any objects that are listening.

command glxapp_broadcast pObject, pBroadcastTypes, pParamsPackageA
Parameters
TypeNameDescription
Simple parameter. pObject A reference to the object that holds the broadcasting information or "global".
Simple parameter. pBroadcastTypes A comma delimited list of the types of broadcasts to broadcast. Every object listening for broadcasts of the specified types will be sent a message.
Simple parameter. pParamsPackageA An array that will be sent along with the broadcast. You can include any data relevant to the broadcast in this array.
Return

empty

See also