Template:Method: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy Added option for multiple inheritance |
>NXTBoy lrn2bracket |
||
Line 10: | Line 10: | ||
|-style="background: #FFFFFF;" | |-style="background: #FFFFFF;" | ||
|style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|In Object{{if|{{{object2|}}}|s}}: | |style="width: 10%; border-top: solid 1px black; border-right: solid 1px black; font-weight:bold;"|In Object{{if|{{{object2|}}}|s}}: | ||
|style="border-top: solid 1px black;"|{{{object}}}{if|{{{object2|}}}|, {{{object2|}}}}} | |style="border-top: solid 1px black;"|[[{{{object}}}]]{{if|{{{object2|}}}|, [[{{{object2|}}}]]}} | ||
|}</div><noinclude>{{clear floats}} | |}</div><noinclude>{{clear floats}} | ||
== Example Usage == | == Example Usage == |
Revision as of 09:06, 26 October 2010
[[{{{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]] }}