Template:Function: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Gordonrox24
Bewm
>Gordonrox24
Bewm
(No difference)

Revision as of 22:47, 24 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
|}}