Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionStringHasPrefix(strings, stringPrefix)Global

Description

Documentation Comment

Does the string have the Prefix?
Requires skse


Caveats


Parameters

strings

stringPrefix


Examples

Auto-Generated Example

string myString__s
string myString__Prefix

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