Template:Method: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mattchewy
testing something real quick
>Mattchewy
testing something real quick
(No difference)

Revision as of 02:08, 23 January 2011

[[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} )
Returns {{{returns}}}
Description: {{{description}}}
In 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
}}
{{Method
|name        = BreakJoints
|description = Breaks any Surface connections with any adjacent parts, including [[Weld]]s and other [[JointInstance]]s.
|object      = BasePart
|object2     = Model
}}