Template:Function: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer Result isn't much of a good word, I like Returns better. |
>Mr Doom Bringer No edit summary |
||
Line 12: | Line 12: | ||
<pre> | <pre> | ||
{{Function| | {{Function| | ||
name = | name = FindFirstChild | ||
|arguments = [[String]] Name | |arguments = [[String]] Name | ||
|result = [[Instance]] '' | |result = [[Instance]] ''object'' | ||
|description = Returns the first child found with a name of ''Name''. | |description = Returns the first child found with a name of ''Name''. | ||
|object = Global | |object = Global |
Revision as of 04:13, 15 August 2007
Function | |
---|---|
Syntax | {{{name}}}( {{{arguments}}} ) |
Returns | {{{result}}} |
Description: | {{{description}}} |
In Object: | {{{object}}} |
Example Usage
{{Function| name = FindFirstChild |arguments = [[String]] Name |result = [[Instance]] ''object'' |description = Returns the first child found with a name of ''Name''. |object = Global |}}