Template:Function: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>NXTBoy
Noted deprecation
Line 16: Line 16:




== Example Usage ==
== Deprecated ==
 
Use the [[Template:Method|Method Template]] instead.


<pre>
{{Function|
name                  = FindFirstChild
|arguments            = [[String]] Name
|returns              = [[Instance]] ''object''
|description          = Returns the first child found with a name of ''Name''.
|object              = Global
|}}
</pre>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>
<includeonly>[[Category:Functions]] __NOTOC__ </includeonly>

Revision as of 09:26, 24 December 2010

[[{{{name}}} (Function)|{{{name}}}]]( {{{arguments}}} )
Returns {{{returns}}}
Description: {{{description}}}
In Object: {{{object}}}


Deprecated

Use the Method Template instead.