Template:Function: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Gordonrox24
Bewm
>Mr Doom Bringer
No edit summary
Line 11: Line 11:
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|In Object:
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|In Object:
|style="border-top: solid 1px black;"|{{{object}}}
|style="border-top: solid 1px black;"|{{{object}}}
|}
|}</div><noinclude>
</div>
 
<noinclude>





Revision as of 01:06, 27 April 2010

[[{{{name}}} (Function)|{{{name}}}]]( {{{arguments}}} )
Returns {{{returns}}}
Description: {{{description}}}
In Object: {{{object}}}


Example Usage

{{Function|
name                  = FindFirstChild
|arguments            = [[String]] Name
|returns              = [[Instance]] ''object''
|description          = Returns the first child found with a name of ''Name''.
|object               = Global
|}}