Background for Fallout 4
Member of the StringUtil script
intfunctionFind(stringasString, stringasToFind, intaiStartIndex=0)NativeGlobal

Description

Documentation String

Returns index of the start of the string to find in the passed string, start index determines what character of the passed string the search starts at


Caveats


Parameters

stringasString

stringasToFind

intaiStartIndex=0


Examples

Auto-Generated Example

string myString__asString
string myString__asToFind
int myInt__aiStartIndex

int returnedValue = StringUtil.Find(myString__asString, myString__asToFind, myInt__aiStartIndex)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.