Template:Method: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy No edit summary |
>Camoy No edit summary |
||
Line 5: | Line 5: | ||
|-style="background: #FFFFFF;" | |-style="background: #FFFFFF;" | ||
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Returns | |style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Returns | ||
|style="border-top: solid 1px black;"|{{{returns | |style="border-top: solid 1px black;"|{{{returns}}} | ||
|-style="background: #ffdddd;" | |-style="background: #ffdddd;" | ||
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Description: | |style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|Description: | ||
Line 14: | Line 14: | ||
|}</div><noinclude> | |}</div><noinclude> | ||
|} | |} | ||
== Example Usage == | == Example Usage == | ||
Line 28: | Line 29: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
<includeonly>[[Category: | <includeonly>[[Category:Methods]] __NOTOC__ </includeonly> |
Revision as of 00:46, 30 August 2010
Example Usage
{{Method| name = FindFirstChild |arguments = [[String]] Name |returns = [[Instance]] ''object'' |description = Returns the first child found with a name of ''Name''. |object = Global |}}