#biki_changelog
1 messages · Page 1 of 1 (latest)
Lou Montana deleted page Arma: cfgvehicles Config content was: "Arma: cfgVehicles [N] = Number [C] = Class [S] = String [A] = Array this is how you can get the translated typename of a vehicle: _x = jeep; // Your vehicle _name = gettext (configFile > "CfgVehicles" >> (typeof _x) >> "displayName");..."
by Lou Montana
Arma: cfgvehicles Config updated
·
killzone_kid 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..."
by killzone_kid
isSameAs updated
·
added missing soundId for SoundPlayed - source: #community_wiki message
by .kju
Arma 3: Event Handlers updated
·
Various improvements, the position parameter can be an object (courtesy of DomT602 from Discord, #community_wiki message)
by Ansin11
createMine updated
·
Fix note according to Freghar's note - SP only (https://community.bistudio.com/wiki?title=Initialization_Order&diff=next&oldid=95791)
by Lou Montana
Initialization Order updated
·