Background for Skyrim SE
Member of the DbMiscFunctions script
intfunctionFindLastStringIndex(strings, stringToFind)Global

Description

Documentation Comment

Finds the last index of String ToFind in string s
Example: FindLastStringIndex("The dog is the coolest dog in the world", "The") returns 30, the last instance of "the"
Requires skse.


Caveats


Parameters

strings

stringToFind


Examples

Auto-Generated Example

string myString__s
string myString__ToFind

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