Template:AdminOnlyMethod

From Legacy Roblox Wiki
Revision as of 22:47, 9 January 2011 by >ArceusInator (Couldn't modify the Method template for AdminOnly-ness so I created this. It can also be set to protected+admin only :D)
Jump to navigationJump to search
File:AdminOnlyMethod.png [[{{{name}}} (Method)|{{{name}}}]]( {{{arguments}}} )
Returns {{{returns}}}
Description: {{{description}}}
In Object: [[{{{object}}}]]

Example Usage

{{AdminOnlyMethod
|name        = SaveBoolean
|arguments   = [[String]] ''key'', [[Boolean]] ''value''
|returns     = 
|description = Saves a boolean value.
|object      = Player
}}
{{AdminOnlyMethod
|name        = LoadBoolean
|arguments   = [[String]] ''key''
|returns     = [[Boolean]] ''value''
|description = Loads a boolean value.
|object      = Player
}}
File:AdminOnlyMethod.png AdminOnlyMethod( Boolean playingRoblox )
Returns String playerName
Description: Can only be accessed by an admin
In Object: nil









File:ProtectedAdminOnlyMethod.png ProtectedAdminOnlyMethod( Boolean protected )
Returns nil
Description: A protected admin-only method
In Object: nil