LoadBoolean (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
LoadBoolean
>Pighead10
Returns false
Line 3: Line 3:
|name                = LoadBoolean
|name                = LoadBoolean
|arguments            = [[String]] key
|arguments            = [[String]] key
|description          = Loads a boolean value that was previously saved to the player via [[SaveBoolean (Method)|SaveBoolean]].
|description          = Returns a boolean value that was previously saved to the player via [[SaveBoolean (Method)|SaveBoolean]] with the same key. Returns false if the key doesn't exist, not nil.
|object              = Player
|object              = Player
|returns              = [[Bool]] value
|returns              = [[Bool]] value

Revision as of 08:06, 18 February 2011

Roblox Preliminary:This item is Roblox Preliminary. It is currently locked while the developers test it, but may be released later.
LoadBoolean( String key )
Returns Bool value
Description: Returns a boolean value that was previously saved to the player via SaveBoolean with the same key. Returns false if the key doesn't exist, not nil.
In Object: Player