Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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) |
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
[in] | source | |
[in] | destination |
Definition at line 68 of file SCR_ArrayHelper.c.