IsDigit

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns True (1) if the specified character (represented by an ASCII-coded int) is a digit.

Syntax

[help]
(bool) IsDigit SourceCharacter:int 

See Also