- Found in:
- Dylbills PE
boolfunctionIsNumber(stringakString, boolAllowForDecimals=true, boolAllowNegativeNumbers=true)Global
Description
Documentation Comment
Requires SKSE
Caveats
Parameters
stringakString
boolAllowForDecimals=true
boolAllowNegativeNumbers=true
Examples
Auto-Generated Example
string myString__akString
bool myBool__AllowForDecimals
bool myBool__AllowNegativeNumbers
bool returnedValue = DbMiscFunctions.IsNumber(myString__akString, myBool__AllowForDecimals, myBool__AllowNegativeNumbers)