Background for Skyrim SE
Member of the clib script
boolfunctioncStringIsMiscChar(stringaChar)Global

Description

Documentation String

Requirements: None

Documentation Comment

This is !cStringIsDigit(aChar) && !cStringIsLetter(aChar)
thank you cadpnq for the suggestion that made the non-SKSE version possible!


Caveats


Parameters

stringaChar


Examples

Auto-Generated Example

string myString__aChar

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