Template:Method: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Quenty m Changed protection level for "Template:Method" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)) |
>Quenty m Changed protection level for "Template:Method" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) |
(No difference)
|
Revision as of 06:11, 3 February 2012
[[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} ) | |
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]] }}