Background for Skyrim SE
Member of the PapyrusUtil script
intfunctionAddIntValues(int[]Values)NativeGlobal

Description

Documentation Comment

Return the total sum of all values stored in the given array


Caveats


Parameters

int[]Values


Examples

Auto-Generated Example

int[] myIntArray__Values

int returnedValue = PapyrusUtil.AddIntValues(myIntArray__Values)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.