Template:Function: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Gamer3D
Made this functions template.
 
>Gamer3D
Made this functions template.
(No difference)

Revision as of 23:17, 14 August 2007

Function
Syntax{{{name}}}( {{{arguments}}} )
Result{{{result}}}
Description: {{{description}}}
In Object:{{{object}}}


Example Usage

{{Function|
name                  = findFirstChild
|arguments            = [[String]] Name
|result               = [[Instance]] ''found object''
|description          = Returns the first child found with a name of ''Name''.
|object               = Global
|}}