Template:Event: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
Created. Made for use with the Class Reference, just look at the example.
>Mr Doom Bringer
Whoops.
Line 10: Line 10:


<pre>
<pre>
{{Lua_function
{{Event
|name                = ChildAdded
|name                = ChildAdded
|arguments            = [[Instance]] Child
|arguments            = [[Instance]] Child
Line 17: Line 17:
|}}
|}}
</pre></noinclude>
</pre></noinclude>
<includeonly>[[Category:Lua functions]] __NOTOC__ </includeonly>
<includeonly>[[Category:Events]] __NOTOC__ </includeonly>

Revision as of 07:48, 14 August 2007

Event
Syntax{{{name}}}( )
Description: No description provided
In Object:None


Example Usage

{{Event
|name                 = ChildAdded
|arguments            = [[Instance]] Child
|description          = Fired after a child is added.
|object               = None
|}}