Background for Skyrim SE
Member of the LibFire script
boolfunctionContainsText(stringasText, stringasSubText)NativeGlobal

Description

Documentation Comment

Returns whether asText contains asSubText (all Papyrus string comparisons are case-insensitive)


Caveats


Parameters

stringasText

stringasSubText


Examples

Auto-Generated Example

string myString__asText
string myString__asSubText

bool returnedValue = LibFire.ContainsText(myString__asText, myString__asSubText)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.