Revision Difference
DTextEntry:GetFloat#550639
<function name="GetFloat" parent="DTextEntry" type="panelfunc">
<ispanel>yes</ispanel>
<description>Returns the contents of the DTextEntry as a number.</description>
<realm>Client</realm>⤶
<realm>Client and Menu</realm>⤶
<rets>
<ret name="" type="number">Text of the DTextEntry as a float, or nil if it cannot be converted to a number using <page>Global.tonumber</page>.</ret>
</rets>
</function>