Background for Fallout 4
Member of the StringUtil script
stringfunctionGetNthCharacter(stringasString, intaiIndex)NativeGlobal

Description

Documentation String

Returns the character at the passed index of the given string


Caveats


Parameters

stringasString

intaiIndex


Examples

Auto-Generated Example

string myString__asString
int myInt__aiIndex

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