Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
boolfunctionIncludesSubstring(stringasString, stringasSubstring, boolabCaseSensitive)NativeGlobal


Caveats


Parameters

stringasString

stringasSubstring

boolabCaseSensitive


Examples

Auto-Generated Example

string myString__asString
string myString__asSubstring
bool myBool__abCaseSensitive

bool returnedValue = Lighthouse.IncludesSubstring(myString__asString, myString__asSubstring, myBool__abCaseSensitive)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.