Template:Event: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>Mr Doom Bringer No edit summary |
||
Line 22: | Line 22: | ||
|object = Global | |object = Global | ||
|}} | |}} | ||
</pre></noinclude> | </pre> | ||
[[Category:Templates]] | |||
</noinclude> | |||
<includeonly>[[Category:Events]] __NOTOC__ </includeonly> | <includeonly>[[Category:Events]] __NOTOC__ </includeonly> |
Revision as of 22:12, 19 April 2010
Event | |
Syntax | {{{name}}}( {{{arguments}}} ) |
Description | {{{description}}} |
In Object | {{{object}}} |
Example Usage
{{Event |name = ChildAdded |arguments = [[Instance]] Child |description = Fired after a child is added. |object = Global |}}