All public logs
Combined display of all available logs of Bohemia Interactive Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:27, 2 September 2022 Killzone Kid talk contribs deleted page isSameAs (content was: "{{RV|type=command |game1= arma3 |version1= 2.12 |branch= dev |gr1= Variables |descr= Compares Arrays or HashMaps by reference - even if the content is the same, if the objects are different it will return false. |s1= list1 isSameAs list2 |p1= list1: Array or HashMap |p2= list2: Array or HashMap - must be of the same type as ''list1'' |r1= Boolean - true if the same array/hashmap |x1= <sqf> _arr1 = [1,[2,[3]]]; _arr2 = _arr1; _arr...")