User:ArceusInator/Method template

From Legacy Roblox Wiki
Revision as of 08:36, 2 April 2011 by >NXTBoy (Your P template is silly)
Jump to navigationJump to search
[[Image:|Protected_}}Method Icon.png]] [[{{{name}}} (Method)|{{{name}}}]]()
Returns {{{returns}}}
Description: {{{description}}}
In Object:

Example Usage

Single Object

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

Multiple Objects

{{Method
|name        = BreakJoints
|description = Breaks any Surface connections with any adjacent parts, including [[Weld]]s and other [[JointInstance]]s.
|objects     = [[Model]], [[Part]], [[Weld]]
}}
[[Image:|Protected_}}Method Icon.png]] Test(args)
Returns {{{returns}}}
Description: {{{description}}}
In Object: