Garry's Mod Wiki

Revision Difference

DTextEntry:CheckNumeric#550635

<function name="CheckNumeric" parent="DTextEntry" type="panelfunc"> <ispanel>yes</ispanel> <description> Returns whether a string is numeric or not. Always returns false if the <page>DTextEntry:SetNumeric</page> is set to false. </description> <realm>Client</realm>⤶ <realm>Client and Menu</realm>⤶ <args> <arg name="strValue" type="string">The string to check.</arg> </args> <rets> <ret name="" type="boolean">Whether the string is numeric or not.</ret> </rets> </function>