Background for Skyrim SE
Member of the SPE_Utility script
stringfunctionReplaceAt(stringasStr, intaiIndex, stringasReplace)NativeGlobal

Description

Documentation Comment

Replace the character at index aiIndex in asStr with asReplace


Caveats


Parameters

stringasStr

intaiIndex

stringasReplace


Examples

Auto-Generated Example

string myString__asStr
int myInt__aiIndex
string myString__asReplace

string returnedValue = SPE_Utility.ReplaceAt(myString__asStr, myInt__aiIndex, myString__asReplace)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.