Template:PFunction

From Legacy Roblox Wiki
Revision as of 23:05, 13 July 2010 by >Mr Doom Bringer (New page: {| |<onlyinclude><div style="float:left; padding:2px; width:600px; height:150px; overflow:auto; margin:2px;"> {| cellspacing="0" cellpadding="4" style="-webkit-border-radius: 6px; -moz-bor...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
[[{{{name}}} (Function)|{{{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
|}}