Background for Skyrim SE
Member of the StringUtil script
boolfunctionIsLetter(stringc)NativeGlobal

[DEV SERVER] Loading description...


Caveats

CK Wiki - Notes

None


Parameters

stringc

CK Wiki Description

The character to check.


Examples

; Checks whether 1 is a letter or not.
string test = "1"
if(isletter(test))
  debug.notification("Given character is a letter!")
else
  debug.notification("Given character is a digit!")
endif

Auto-Generated Example

string myString__c

bool returnedValue = StringUtil.IsLetter(myString__c)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.