Background for Skyrim SE
Member of the clib script
int[]functioncArrayDynamicOperationInt(stringoperation, intthis, int[]thatArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

Valid operators: +, -, /, *, <<, leftshift, lshift, >>, rightshift, rshift, AND, NOT, OR, XOR


Caveats


Parameters

stringoperation

intthis

int[]thatArray


Examples

Auto-Generated Example

string myString__operation
int myInt__this
int[] myIntArray__thatArray

int[] returnedValue = clib.cArrayDynamicOperationInt(myString__operation, myInt__this, myIntArray__thatArray)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.