Background for Skyrim SE
Member of the DbMiscFunctions script
intfunctionCountWhiteSpaces(strings, boolIncludeSpaces=true, boolIncludeTabs=true, boolIncludeNewLines=true)Global

Description

Documentation Comment

Requires skse


Caveats


Parameters

strings

boolIncludeSpaces=true

boolIncludeTabs=true

boolIncludeNewLines=true


Examples

Auto-Generated Example

string myString__s
bool myBool__IncludeSpaces
bool myBool__IncludeTabs
bool myBool__IncludeNewLines

int returnedValue = DbMiscFunctions.CountWhiteSpaces(myString__s, myBool__IncludeSpaces, myBool__IncludeTabs, myBool__IncludeNewLines)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.