Background for Skyrim SE
Member of the DbMiscFunctions script
intfunctionRFindNextWhiteSpaceCharIndexInString(strings, intstartIndex=-1)Global

Description

Documentation Comment

same as above but in reverse
if startIndex is -1, startIndex is string length
requires skse


Caveats


Parameters

strings

intstartIndex=-1


Examples

Auto-Generated Example

string myString__s
int myInt__startIndex

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