Background for Fallout 4
Member of the StringUtil script
boolfunctionIsLetter(stringasChar)NativeGlobal

Description

Documentation String

Returns true if the given character is a letter, if more than a character is passed, only the first character is checked


Caveats


Parameters

stringasChar


Examples

Auto-Generated Example

string myString__asChar

bool returnedValue = StringUtil.IsLetter(myString__asChar)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.