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


Parameters

  1. stringasString

  2. stringasToFind

  3. 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.