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 1: | Line 1: | ||
<div style="float:left; padding:2px; width:600px; height:150px; overflow:auto; margin: | <div style="float:left; padding:2px; width:600px; height:150px; overflow:auto; margin:2px;"> | ||
{| cellspacing="0" cellpadding="4" style="-webkit-border-radius: 6px; -moz-border-radius: 6px; background: #ffdddd; margin:0; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px; border-top: solid 2px #cc00ff; border-left: solid 2px #cc00ff; border-bottom: solid 2px #8800aa; border-right: solid 2px #8800aa;" | {| cellspacing="0" cellpadding="4" style="-webkit-border-radius: 6px; -moz-border-radius: 6px; background: #ffdddd; margin:0; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px; border-top: solid 2px #cc00ff; border-left: solid 2px #cc00ff; border-bottom: solid 2px #8800aa; border-right: solid 2px #8800aa;" | ||
|style="padding: 1;font-size:120%; font-weight:bold;" colspan="2"|[[Image:Function Icon.png]] [[{{{name}}} (Function)|{{{name}}}]]( {{{arguments}}} ) | |style="padding: 1;font-size:120%; font-weight:bold;" colspan="2"|[[Image:Function Icon.png]] [[{{{name}}} (Function)|{{{name}}}]]( {{{arguments}}} ) |
Revision as of 22:54, 22 April 2010
[[{{{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 |}}