Background for Skyrim SE
Member of the clib script
string[]functioncArrayDynamicOperationString(stringoperation, stringthis, string[]thatArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

Valid operators: +s, s+, +s+


Caveats


Parameters

stringoperation

stringthis

string[]thatArray


Examples

Auto-Generated Example

string myString__operation
string myString__this
string[] myStringArray__thatArray

string[] returnedValue = clib.cArrayDynamicOperationString(myString__operation, myString__this, myStringArray__thatArray)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.