Template:Event: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator You should be able use a ''protected'' argument in events now... |
>ArceusInator Forgot we don't need brackets anymore |
||
Line 52: | Line 52: | ||
|arguments = [[Boolean]] ''playingRoblox'' | |arguments = [[Boolean]] ''playingRoblox'' | ||
|description = Fired when somethings happens | |description = Fired when somethings happens | ||
|object = | |object = nil | ||
|protected = Yes}} | |protected = Yes}} | ||
</noinclude> | </noinclude> |
Revision as of 22:13, 9 January 2011
Example Usage
{{Event |name = ChildAdded |arguments = [[Instance]] Child |description = Fired after a child is added. |object = Instance }}
![]() | |
Description | Fired after a child is added. |
In Object | Instance |
![]() | |
Description | Fired when somethings happens |
In Object | nil |