Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionStringHasSuffix(strings, stringSuffix)Global

Description

Documentation Comment

Does the string have the Suffix?
Requires skse


Caveats


Parameters

strings

stringSuffix


Examples

Auto-Generated Example

string myString__s
string myString__Suffix

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