Template:Method: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy Added option for multiple inheritance |
>NXTBoy Added option for multiple inheritance |
(No difference)
|
Revision as of 09:05, 26 October 2010
[[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} ) | ||
Returns | {{{returns}}} | |
Description: | {{{description}}} | |
In Object: | {{{object}}}{if | , }} |
Example Usage
{{Method |name = FindFirstChild |arguments = [[String]] Name |returns = [[Instance]] ''object'' |description = Returns the first child found with a name of ''Name''. |object = [[Instance]] }}