Background for Skyrim SE
Member of the clib script
boolfunctioncStringIsLetter(stringaLetter, booluseSKSE=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft

Documentation Comment

Like the SKSE version, the non-SKSE version only checks the first char
thank you cadpnq for the suggestion that made the non-SKSE version possible!


Caveats


Parameters

stringaLetter

booluseSKSE=true


Examples

Auto-Generated Example

string myString__aLetter
bool myBool__useSKSE

bool returnedValue = clib.cStringIsLetter(myString__aLetter, myBool__useSKSE)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.