G.GetGlobalFloat

From GMod Wiki

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



Example

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


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox