GetAttachedReceivers (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
New page: <noinclude>Category:Methods</noinclude> {{AdminOnlyMethod |name=GetAttachedReceivers |returns=Table ''receivers'' |description=Returns the CustomEventReceivers that are connect...
>Legend26
fixed link
Line 3: Line 3:
|name=GetAttachedReceivers
|name=GetAttachedReceivers
|returns=[[Table]] ''receivers''
|returns=[[Table]] ''receivers''
|description=Returns the [[CustomEventReceivers]] that are connected to the [[CustomEvent]]
|description=Returns the [[RBX.lua.CustomEventReceiver (Object)|CustomEventReceivers]] that are connected to the [[CustomEvent]]
|object=CustomEvent}}
|object=CustomEvent}}

Revision as of 03:13, 17 January 2012

GetAttachedReceivers( )
Returns Table receivers
Description: Returns the CustomEventReceivers that are connected to the CustomEvent
In Object: CustomEvent