Template:Method

From Legacy Roblox Wiki
Revision as of 09:06, 26 October 2010 by >NXTBoy (lrn2bracket)
Jump to navigationJump to search
[[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} )
Returns {{{returns}}}
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               = [[Instance]]
}}