Template:Function: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>Mr Doom Bringer No edit summary |
||
Line 27: | Line 27: | ||
|object = Global | |object = Global | ||
|}} | |}} | ||
</pre></noinclude> | </pre> | ||
[[Category:Templates]] | |||
</noinclude> | |||
<includeonly>[[Category:Functions]] __NOTOC__ </includeonly> | <includeonly>[[Category:Functions]] __NOTOC__ </includeonly> |
Revision as of 22:21, 19 April 2010
Function | |
Syntax | {{{name}}}( {{{arguments}}} ) |
Returns | {{{returns}}} |
Description: | {{{description}}} |
In Object: | {{{object}}} |
Example Usage
{{Function| name = FindFirstChild |arguments = [[String]] Name |returns = [[Instance]] ''object'' |description = Returns the first child found with a name of ''Name''. |object = Global |}}