Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ArrayHelper.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_ArrayHelper
 

Functions

class SCR_ArrayHelper CopyReferencesFromTo (notnull array< ref T > source, notnull array< ref T > destination)
 

Function Documentation

◆ CopyReferencesFromTo()

class SCR_ArrayHelper CopyReferencesFromTo ( notnull array< ref T >  source,
notnull array< ref T >  destination 
)

T being the array ITEM class, not the full array<item> In the case of references, simply use SCR_ArrayHelperT<OtherClass>, not SCR_ArrayHelperT<ref OtherClass> Some methods may seem duplicated but they are actually variants for <T> and <ref T> Same as array.Copy, but for reference arrays

See also
GetCopy
Parameters
[in]source
[in]destination

Definition at line 68 of file SCR_ArrayHelper.c.