Template:Event: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
Forgot we don't need brackets anymore
>NXTBoy
New category
Line 29: Line 29:
|object      = Instance
|object      = Instance
}}
}}
[[Category:Templates]]
{{Event
{{Event
|name        = ProtectedEvent
|name        = ProtectedEvent
Line 54: Line 35:
|object      = nil
|object      = nil
|protected  = Yes}}
|protected  = Yes}}
[[Category:Object Documentation Templates]]
</noinclude>
</noinclude>

Revision as of 18:04, 10 January 2011

[[{{{name}}} (Event)|{{{name}}}]] ( )
Description {{{description}}}
In Object [[{{{object}}}]]


Example Usage

{{Event
|name        = ChildAdded
|arguments   = [[Instance]] Child
|description = Fired after a child is added.
|object      = Instance
}}
ChildAdded ( Instance Child )
Description Fired after a child is added.
In Object Instance
ProtectedEvent ( Boolean playingRoblox )
Description Fired when somethings happens
In Object nil