GetAttachedReceivers (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
fixed link
>Legend26
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>[[Category:Methods]]</noinclude>
<noinclude>[[Category:Methods]]</noinclude>
{{AdminOnlyMethod
{{Method
|name=GetAttachedReceivers
|name=GetAttachedReceivers
|returns=[[Table]] ''receivers''
|returns=[[Table]] ''receivers''
|description=Returns the [[RBX.lua.CustomEventReceiver (Object)|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}}

Latest revision as of 03:14, 17 January 2012

GetAttachedReceivers( )
Returns Table receivers
Description: Returns the CustomEventReceivers that are connected to the CustomEvent
Member of: CustomEvent