Template:Method

From Legacy Roblox Wiki
Revision as of 01:15, 30 August 2010 by >Blocco (In case we forget to supply a returns parameter)
Jump to navigationJump to search
[[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} )
Returns n/a
Description: {{{description}}}
In Object: {{{object}}}


Example Usage

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