Background for Skyrim SE
Member of the DbMiscFunctions script
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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.