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:04, 8 September 2022 Killzone Kid talk contribs created page getOrDefaultCall (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |branch=dev |gr1= HashMap |descr= Retrieves a value from the HashMap for the given 'key', executes given 'code' if key w...")
- 18:41, 2 September 2022 Killzone Kid talk contribs created page getCorpse (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |branch= dev |gr1= Unit Inventory |gr2= Object Manipulation |descr= Returns the corpse associated with given weaponholder....")
- 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...")
- 13:25, 2 September 2022 Killzone Kid talk contribs created page isNotEqualRef (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |branch= dev |gr1= Variables |descr= Compares two values by reference, returns true if not equal. |s1= val1 isNotEqu...")
- 13:06, 2 September 2022 Killzone Kid talk contribs created page isEqualRef (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |branch= dev |gr1= Variables |descr= Compares two values by reference, returns true if equal. |s1= val1 isEqualRef...")
- 16:17, 31 August 2022 Killzone Kid talk contribs created page assignedGroup (Created page with "{{RV|type=command |game1= arma1 |version1= 2.12 |branch=dev |gr1= Groups |descr= Returns Group to which the given vehicle was added last with addVehicle. To update...")
- 16:13, 31 August 2022 Killzone Kid talk contribs created page assignedVehicles (Created page with "{{RV|type=command |game1= arma1 |version1= 2.12 |branch=dev |gr1= Groups |descr= Returns all vehicles added to the given Group with addVehicle. |s1= assignedVehi...") Tag: Visual edit: Switched
- 12:29, 29 August 2022 Killzone Kid talk contribs created page isSameAs (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |gr1= Variables |descr= Compares Arrays or HashMaps by reference |s1= arr1 isSameAs arr2 |p1= arr1: Array...")
- 09:58, 28 July 2022 Killzone Kid talk contribs created page freeExtension (Created page with "{{RV|type=command |game1= arma3dev |version1= 2.12 |gr1= System |descr= Unloads given extension loaded previously with callExtension. {{Feature|important|This command...")
- 19:28, 6 July 2022 Killzone Kid talk contribs created page ctrlShadow (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Returns 'shadow' property of the control (see ctrlSetShadow). |s1= [[ctrlShadow]...")
- 19:26, 6 July 2022 Killzone Kid talk contribs created page ctrlSetShadow (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Sets 'shadow' property of the control: * 0 - no shadow * 1 - shadow * 2 - outline |s...")
- 15:58, 6 July 2022 Killzone Kid talk contribs created page getEventHandlerInfo (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= Event Handlers |descr= Queries given event handler, whether or not it exists and is last. Also returns to...")
- 19:38, 5 July 2022 Killzone Kid talk contribs created page BIS fnc setRain (Created page with "{{RV|type=function |game1= arma3 |version1= 2.10 |branch= dev |gr1= Environment |eff= global |serverExec= server |descr= A helper function for setting rainParams in m...")
- 08:19, 3 July 2022 Killzone Kid talk contribs created page isSteamOverlayEnabled (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Returns true if Steam overlay is enabled, otherwise false. |s1= isSteamOve...")
- 08:15, 3 July 2022 Killzone Kid talk contribs created page ctrlURLOverlayMode (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Returns the URL overlay mode 0, 1, 2 (see ctrlSetURLOverlayMode) or -1 if somethi...")
- 08:09, 3 July 2022 Killzone Kid talk contribs created page ctrlSetURLOverlayMode (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Sets how to handle opening of URL, default browser ot Steam overlay. Possible values:...")
- 08:03, 3 July 2022 Killzone Kid talk contribs created page Talk:ctrlSetURL (before some bug fixes: new section)
- 23:40, 23 May 2022 Killzone Kid talk contribs created page allDiaryRecords (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |arg= global |eff= local |gr1= Briefing |descr= Returns array with all Diary Records for the given subjec...")
- 07:48, 11 May 2022 Killzone Kid talk contribs created page playSoundUI (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |eff= local |gr1= Sounds |descr= Plays given CfgSounds sound or sound file given my the file path through a dedicated U...")
- 07:47, 11 May 2022 Killzone Kid talk contribs created page CfgSounds (Redirected page to Description.ext#CfgSounds) Tag: New redirect
- 21:42, 2 May 2022 Killzone Kid talk contribs created page allObjects (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= Object Manipulation |descr= Returns array of requested objects as fast as the engine allows it. The objec...")
- 08:02, 29 April 2022 Killzone Kid talk contribs created page nearestMines (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= Object Detection |descr= Returns a list of nearest mines of the given types to the given position or obje...")
- 21:23, 22 April 2022 Killzone Kid talk contribs created page activeTitleEffectParams (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= GUI Control |descr= Returns type, effect, speed and map visibility of the given active title effect (see...")
- 07:56, 30 March 2022 Killzone Kid talk contribs created page weaponsInfo (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |gr1= Weapons |descr= Returns entitiy's weapons information including weapon index and firemode. |s1= unit w...")
- 00:06, 17 March 2022 Killzone Kid talk contribs created page getObjectID (Created page with "{{RV|type=command |game1= arma3 |branch= dev |version1= 2.10 |gr1= Map |descr= Returns Visitor ID of the given object. Visitor IDs of static map objects can change if map i...")
- 11:49, 15 March 2022 Killzone Kid talk contribs created page ropesAttachedTo (Created page with "{{RV|type=command |game1= arma3 |branch= dev |version1= 2.10 |gr1= Ropes and Sling Loading |descr=Returns the owners of all ropes attached to the cargo - the transports to...")
- 12:35, 9 February 2022 Killzone Kid talk contribs created page getUnitFreefallInfo (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |arg= local |gr1= Object Manipulation |descr= Returns unit's freefall info in array [isFalling, isInFreefallPo...")
- 12:28, 9 February 2022 Killzone Kid talk contribs created page setUnitFreefallHeight (Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |arg= local |eff= global |gr1= Object Manipulation |descr= Sets minimum freefall height AGL per unit, at whic...")
- 11:20, 17 January 2022 Killzone Kid talk contribs deleted page setElevationOffset (command removed)
- 13:12, 4 January 2022 Killzone Kid talk contribs created page setElevationOffset (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Positions |descr= Sets ''elevationOffset'' param of the map. Use this to set offset to 0, to create true...")
- 15:10, 29 November 2021 Killzone Kid talk contribs created page brakesDisabled (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |arg= global |gr1= Object Manipulation |descr= Returns the status of autobrake (see disableBrakes) |s1= ...")
- 15:07, 29 November 2021 Killzone Kid talk contribs created page disableBrakes (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |arg= local |eff= global |gr1= Object Manipulation |descr= Disables autobrake, which is engaged when vehicle i...")
- 20:09, 25 November 2021 Killzone Kid talk contribs created page pose (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |brunch= dev |arg= global |gr1= Unit Control |descr= Returns the pose of the given unit. It can be one of: * "Dead" * "Wea...")
- 13:09, 21 November 2021 Killzone Kid talk contribs created page inputMouse (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch1=dev |gr1= Interaction |descr= Returns the state of mouse button action, alone or in combination with key presses. F...")
- 12:35, 21 November 2021 Killzone Kid talk contribs created page inputController (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch1=dev |gr1= Interaction |descr= Returns the state of controller inputs. The controller is a standard XBOX controller...")
- 14:30, 13 November 2021 Killzone Kid talk contribs created page collisionDisabledWith (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |arg= global |gr1= Object Manipulation |descr= Returns the object, given object has collision disabled with an...")
- 12:35, 12 November 2021 Killzone Kid talk contribs created page isAllowedCrewInImmobile (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |arg= global |gr1= Object Manipulation |descr= Whether or not units can be in a vehicle with broken tracks/whe...")
- 11:16, 5 November 2021 Killzone Kid talk contribs created page isSaving (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Mission Information |descr= Returns the status of autosave request, made when saveGame command is exe...")
- 12:05, 4 November 2021 Killzone Kid talk contribs created page isAwake (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |arg= global |eff= local |gr1= Object Manipulation |descr= Wakes up sleeping PhysX object or puts a PhysX obje...")
- 12:03, 4 November 2021 Killzone Kid talk contribs created page awake (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |arg= local |gr1= Object Manipulation |descr= Wakes up sleeping PhysX object or puts a PhysX object to sleep....")
- 14:20, 1 November 2021 Killzone Kid talk contribs created page setHumidity (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Environment |eff= local |descr= Sets surface humidity. Affects how footsteps sound (dry / wet). humidi...")
- 11:30, 1 November 2021 Killzone Kid talk contribs created page rainParams (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Environment |descr= Returns currently set Arma_3:_CfgWorlds_Config_Reference#class_RainParticles | Rain...")
- 09:53, 28 October 2021 Killzone Kid talk contribs created page allEnv3DSoundSources (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Sounds |descr= Returns all environmental 3D sound sources (Objects) like trees and houses in camera v...")
- 09:46, 28 October 2021 Killzone Kid talk contribs created page getEnv3DSoundController (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Sounds |descr= Returns value of the specified 3D controller, see getAllEnv3DSoundControllers |s1= ob...")
- 09:41, 28 October 2021 Killzone Kid talk contribs created page getAllEnv3DSoundControllers (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Sounds |descr= Returns an array containing the names and values of environmental 2D sound controllers, va...")
- 22:10, 8 October 2021 Killzone Kid talk contribs created page ctrlMapPosition (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= GUI Control - Map |descr= Returns map position in format [x, y, w, h]. If map is inside a Controls group,...")
- 08:24, 8 September 2021 Killzone Kid talk contribs created page setMaxLoad (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |serverExec= server |gr1= Unit Inventory |descr= Sets maximum load limit for a uniform/vest/backpack containers...")
- 08:15, 8 September 2021 Killzone Kid talk contribs created page maxLoad (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Unit Inventory |descr= Returns maximum load limit for a unit, uniform/vest/backpack containers, vehicle c...")
- 08:37, 5 August 2021 Killzone Kid talk contribs created page getDebriefingText (Created page with "{{RV|type=command |game1= arma3 |version1= 2.06 |branch= dev |gr1= Briefing |descr= A getter for setDebriefingText. Returns array in format: [text, title] (if old syntax...")
- 08:20, 5 August 2021 Killzone Kid talk contribs uploaded File:failMission.jpg