Dota 2 Workshop Tools/Scripting/API/Convars.GetFloat: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
No edit summary
Line 1: Line 1:
{{Note | This page is automatically generated.  Any changes may be overwritten}}
{{Note|This page is automatically generated.  Any changes may be overwritten}}[[Category:Dota2Function]][[Category:Convars]]
[[Category:Dota2Function]]
[[Category:Convars]]


== Function Description ==
== Function Description ==
''' table GetFloat(string ''name'') '''
''' table GetFloat(string ''name'') '''


''GetFloat(name) : returns the convar as a ''float''. May return ''nil'' if no such convar.''
''GetFloat(name) : returns the convar as a ''float''. May return ''nil'' if no such convar.''


== Parameters ==
== Parameters ==
Line 24: Line 18:


== Returns ==
== Returns ==
''table'' - No Description Set
''table'' - No Description Set

Revision as of 05:23, 23 July 2023

Note.pngNote:This page is automatically generated. Any changes may be overwritten

Function Description

table GetFloat(string name)

GetFloat(name) : returns the convar as a float. May return nil if no such convar.

Parameters

Type Name Description
string name No Description Set

Returns

table - No Description Set