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
Result isn't much of a good word, I like Returns better.
(No difference)

Revision as of 00:05, 15 August 2007

Function
Syntax{{{name}}}( {{{arguments}}} )
Returns{{{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
|}}