Background for Skyrim SE
Member of the DbSkseFunctions script
boolfunctionIsWhiteSpace(stringc)NativeGlobal

Description

Documentation Comment

is the string c char whitespace? Uses c++ isspace function


Caveats


Parameters

stringc


Examples

Auto-Generated Example

string myString__c

bool returnedValue = DbSkseFunctions.IsWhiteSpace(myString__c)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.