Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionAddStringToArray(stringasString, string[]asStrings)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Adds string to array. Modifies array directly, it must be initialized!

Caveats


Parameters

stringasString

string[]asStrings


Examples

Auto-Generated Example

string myString__asString
string[] myStringArray__asStrings

bool returnedValue = PO3_SKSEFunctions.AddStringToArray(myString__asString, myStringArray__asStrings)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.