- Found in:
- cLib
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)