Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionIsCharWhiteSpace(stringC)Global

Description

Documentation Comment

returns true if the single character string C is whitespace.
requires skse


Caveats


Parameters

stringC


Examples

Auto-Generated Example

string myString__C

bool returnedValue = DbMiscFunctions.IsCharWhiteSpace(myString__C)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.