Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

function glxapp_listeningForBroadcasts()

Returns an array representing the broadcasts that an object is listening for.

function glxapp_listeningForBroadcasts pObject
Parameters
TypeNameDescription
Simple parameter. pObject A reference to an object that is listening for broadcasts from others.
Return

A nested array. Dimension 1 is numerically indexed starting with 1. Dimension 2 has "type", "object" and "message" keys.

See also