Ar DeepCopy
From The Elder Scrolls Construction Set Wiki
A function added by the Oblivion Script Extender.
Syntax:
(copy:array) ar_DeepCopy src:array
Performs the same function as ar_Copy, except any arrays contained within the source array are also copied (and any arrays within those arrays are copied as well, and so on).