- Found in:
- PapyrusUtil
ObjectReference[]functionSliceObjRefArray(ObjectReference[]ArrayValues, intStartIndex, intEndIndex=-1)NativeGlobal
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference[] myObjectReferenceArray__ArrayValues
int myInt__StartIndex
int myInt__EndIndex
ObjectReference[] returnedValue = PapyrusUtil.SliceObjRefArray(myObjectReferenceArray__ArrayValues, myInt__StartIndex, myInt__EndIndex)