G.GetGlobalBool

From GMod Wiki

Jump to: navigation, search
Function
Syntax GetGlobalBool( Var index [, Boolean default] )
Where is this used?
Description:
Gets a global boolean, set it with SetGlobalBool.
Returns: Boolean
Part of Library: Global Functions
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=G.GetGlobalBool]G.GetGlobalBool [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Example

DescriptionReads bleep and prints it
Used onNewerShared.png
Code
print( GetGlobalBool( "bleep", false ) )
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox