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).
- 23:16, 1 April 2025 Killzone Kid talk contribs created page removeAllMagazinesTurret (Created page with "{{RV|type=command |game1= arma3 |version1= 2.20 |arg= local |eff= global |gr1= Turrets |descr= Removes all magazines from the given turret or from all turrets. Use turret path [-1] for driver's turret or [] for all turrets. |s1= vehicle removeAllMagazinesTurret turretPath |p1= vehicle: Object |p2= turretPath: Array format Turret Path. [-1] for driver's turret or [] for all turrets |r1= Nothing |x1= <sqf>vehicle player removeAllMagazinesTurre...")
- 23:09, 1 April 2025 Killzone Kid talk contribs created page removeAllMagazines (Created page with "{{RV|type=command |game1= arma3 |version1= 2.20 |arg= local |eff= global |gr1= Unit Inventory |descr= Removes all magazines from the unit. |s1= removeMagazines unit |p1= unit: Object |r1= Nothing |x1= <sqf>removeAllMagazines player;</sqf> |seealso= removeMagazines addMagazine magazines removeMagazine removeWeapon removeMagazinesTurret removeMagazineTurret setVehicleAmmo }}")
- 23:07, 1 April 2025 Killzone Kid talk contribs created page addMagazinesTurret (Created page with "{{RV|type=command |game1= arma3 |version1=2.20 |arg= local |eff= global |gr1= Turrets |descr= Adds given number of a magazine to the given turret. Use turret path {{hl|[-1]}} for driver's turret. |s1= vehicle addMagazinesTurret [magazineName, turretPath, quantity] |p1= vehicle: Object |p2= magazineName: String |p3= turretPath: Array format Turret Path |p4= quantity: Number - desired number of the magazines |r1= Nothing |x1= <sqf>_t...")
- 19:46, 26 December 2024 Killzone Kid talk contribs created page uiTime (Created page with "{{RV|type=command |game1= arma3 |version1= 2.20 |gr1= Time |gr2= Mission Information |descr= Returns UI time elapsed since mission started (in seconds). Unlike time the uiTime does not stop when game is paused. |s1= uiTime |r1= Number |x1= <sqf> private _future = uiTime + 30; waitUntil { uiTime >= _future }; // continue after 30 seconds </sqf> |seealso= uiSleep time date dayTime serverTime skipTime accT...")
- 00:57, 3 November 2024 Killzone Kid talk contribs created page isSwitchingWeapon (Created page with "{{RV|type=command |game1= arma3 |version1= 2.20 |arg= global |gr1= Unit Inventory |descr= Returns wether or not the unit is in the process of switching weapon. |s1= isSwitchingWeapon unit |p1= unit: Object |r1= Boolean - true if the unit is switching weapon. |x1= <sqf>isSwithingWeapon player;</sqf> |seealso= primaryWeaponMagazine primaryWeaponItems addPrimaryWeaponItem removePrimaryWeaponItem removeAllPrimaryWeaponItems seco...")
- 23:33, 1 November 2024 Killzone Kid talk contribs created page drawXPolygon (Created page with "{{RV|type=command |game1= arma3 |version1= 2.20 |gr1= GUI Control - Map |descr= Draws an N sided polygon on the map. |s1= map drawXPolygon [n, centre, a, b, angle, color, fill, alignWithMap] |p1= map: Control |p2= n: Number - number of sides 3..720 |p3= centre: Object or Array format Position2D, Position3D - ellipse's centre |p4= a: Number - horizontal (x) radius |p5= b: Number - ver...")
- 14:42, 22 October 2024 Killzone Kid talk contribs created page getUnitState (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |arg= |eff= |gr1= AI Behaviour |descr= Returns current state of the AI unit, which could be one of the following: * 123 |s1= getUnitState unit |p1= unit: Object |r1= String - unit state (see description) |x1= <sqf>_soldierOne enableAI "Move";</sqf> |seealso= disableAI enableAI checkAIFeature enableAIFeature vehicleMoveInfo }}")
- 12:22, 8 October 2024 Killzone Kid talk contribs created page Vehicle Respawn (Created page with "This page is '''Work in Progress''' and will be updated soon, please come back later...")
- 15:18, 14 July 2024 Killzone Kid talk contribs created page remoteExecutedJIPID (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch= dev |gr1= Multiplayer |descr= Returns JIP ID of the persistent call generated from JIP queue for the joining player (see remoteExec). |s1= remoteExecutedJIPID |r1= String - JIP ID |x1= <sqf>_jipid = remoteExecutedJIPID;</sqf> |x2= <sqf> /* Have mission with 2 players. First player starts local server and executes given code Second player joins the server and sees the 'all good' message Second pl...")
- 12:00, 10 July 2024 Killzone Kid talk contribs created page ctrlModelVectorSide (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch1= dev |gr1= GUI Control - Object |descr= Returns vectorSide of the model used in 3D-Dialogs. Returns [] if control is null. |s1= ctrlModelVectorSide control |p1= control : Control - 3D control |r1= Array - format vectorSide of the model or [] |x1= <sqf>_vectorDirAndUp = ctrlModelDirAndUp _control3D;</sqf> |seealso= ctrlModelDirAndUp ctrlCreate ctrlDel...")
- 00:47, 1 July 2024 Killzone Kid talk contribs created page missileState (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch1= dev |gr1= Weapons |descr= Returns engine and target lock states of the given guided missile. |s1= missileState munition |p1= munition: Object - missile |r1= Array - in format [engineState, lockState], where:<br> * engineState: String - one of the "INIT", "THRUST", "FLY" or "".<br> * lockState: String - one of the "MANUAL", "LOCKED", "LOST", "INITIAL", "SEEKING" or "". |x1= <sqf>_state =...")
- 11:03, 30 June 2024 Killzone Kid talk contribs created page hasCustomFace (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch1= dev |gr1= Unit Identity |descr= Returns true if the player has custom face file available. If the player is using the custom face, face command will return "Custom". |s1= hasCustomFace person |p1= person: Object |r1= Boolean - true if player has 'face.paa' or 'face.jpg' file in their current profile and it is usable. |x1= <sqf>hasCustomFace player1;</sqf> |seealso= face setFace...")
- 14:05, 18 March 2024 Killzone Kid talk contribs created page diag remainsCollector (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch= dev |gr1= Object Manipulation |descr= Returns current settings for the remain collector and list of monitored units. |s1= diag_remainsCollector option |p1= option: Number - 0: corpses, 1: wrecks, 2: weaponholders |r1= Array in format [managerMode, removalLimit, removalMinTime, removalMaxTime, minPlayerDistance, unit1, unit2....] |x1= <sqf>hintSilent str diag_remainsCollector 0;</sqf> |seealso=...")
- 16:54, 7 March 2024 Killzone Kid talk contribs created page getCorpseWeaponholders (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch= dev |gr1= Unit Inventory |gr2= Object Manipulation |descr= Returns primary and secondary wepaon holders of a dead unit. If a unit had weapons at the moment of death, primary weapon is droped in one weaponholder and secondary weapon is dropped in another. |s1= getCorpseWeaponholders corpse |p1= corpse: Object - dead unit |r1= Array - array in format [primaryWeaponHolder, secondaryWeaponHolder] |x...")
- 22:30, 5 March 2024 Killzone Kid talk contribs created page getRespawnVehicleInfo (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch= dev |gr1= Multiplayer |descr= Returns various properties for the respawning vehicle. |s1= getRespawnVehicleInfo vehicle |p1= vehicle: Object - transport |r1= Array in format [respawnDelay, respawnCount, deleteOldWreck, respawnOnServer, respawnFlying, respawnUnit, respawnMode, respawnSide, useRespawnMarkerDir, canRespawn, isRespawning, respawnTimeRemaining, missionRespawnDelay, missionRespawnMode]...")
- 19:33, 16 February 2024 Killzone Kid talk contribs created page getShotInfo (Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |branch= dev |gr1= Object Manipulation |descr= Returns various properties for the given shot. |s1= getShotInfo shot |...")
- 17:07, 28 January 2024 Killzone Kid talk contribs created page setMissionOptions (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |gr1= System |descr= Sets various mission options. Currently supported options are: * ignoreNoDamage: Boolean - true...")
- 17:03, 28 January 2024 Killzone Kid talk contribs created page getMissionOptions (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |gr1= System |gr2= Mission |descr= Returns various mission options |s1= getissionOptions |r1= Array - in format: [...")
- 17:28, 10 January 2024 Killzone Kid talk contribs created page getEntityInfo (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |branch= dev |gr1= Object Manipulation |descr= Returns various properties for the given entity. |s1= getEntityInfo enti...")
- 18:23, 27 December 2023 Killzone Kid talk contribs created page forceHitPointsDamageSync (Created page with "{{RV|type=command |game1= arma3 |version1=2.16 |branch= dev |arg= local |eff= global |gr1= Object Manipulation |descr= Synchronizes hitpoints valuse andtotal damage acros...")
- 19:22, 20 December 2023 Killzone Kid talk contribs created page save3DENPreferences (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |branch= dev |gr1= Eden Editor |descr= Saves current 3DEN preferences into .3den.Arma3Profile file. |s1= save3DENPreferen...")
- 22:38, 12 December 2023 Killzone Kid talk contribs created page getLeaning (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |branch= dev |arg= global |gr1= Unit Control |descr= Returns the leaning factor of the given unit. |s1= getLeaning unit...")
- 08:30, 21 October 2023 Killzone Kid talk contribs created page isThrowable (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |branch= dev |gr1= Weapons |gr2= Unit Inventory |descr= Returns true is the given magazine is a throwable. |s1= isTh...")
- 08:27, 21 October 2023 Killzone Kid talk contribs created page throwables (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |branch= dev |gr1= Weapons |gr2= Unit Inventory |descr= Returns all throwables in unit inventory in currentThrowable fo...")
- 11:49, 10 October 2023 Killzone Kid talk contribs created page selectThrowable (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |branch= dev |gr1= Weapons |gr2= Unit Inventory |descr= Selects current throwable, which will be lau...")
- 10:51, 5 September 2023 Killzone Kid talk contribs created page focusOn (Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |branch= dev |gr1= Camera Control |descr= Returns the person the camera is focused on. If you need the vehicle, see camera...")
- 10:02, 1 August 2023 Killzone Kid talk contribs created page Remote Control (Redirected page to Category:Command Group: Remote Control) Tag: New redirect
- 21:52, 31 July 2023 Killzone Kid talk contribs created page isRemoteControlling (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |arg= local |gr1= Remote Control |descr= Returns true if the given player is remote contrilling a unit |s1=...")
- 15:31, 25 July 2023 Killzone Kid talk contribs created page remoteControlled (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |gr1= Remote Control |descr= Returns the person controlling the given unit. |s1= remoteControlled unit |p1= unit: Ob...")
- 18:19, 18 April 2023 Killzone Kid talk contribs created page weaponDisassemblyEnabled (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |arg= global |gr1= Weapons |descr= Returns true is weapon disassembly is enabled otherwise false. As d...")
- 11:43, 4 April 2023 Killzone Kid talk contribs created page getSlotItemName (Created page with "{{RV|type=command |game1= arma3 |version1= 0.50 |gr1= Unit Inventory |descr= Returns the name of assigned item in given slot or the empty string. Supported slots are: * 60...")
- 17:43, 20 March 2023 Killzone Kid talk contribs created page markerDrawPriority (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |gr1= Markers |descr= Returns marker draw priority. |s1= markerDrawPriority priority |p1= markerName: S...")
- 17:40, 20 March 2023 Killzone Kid talk contribs created page setMarkerDrawPriority (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |gr1= Markers |eff= local |descr= Sets marker draw priority. Higher priority markers are drawn on top. Default...")
- 05:08, 8 March 2023 Killzone Kid talk contribs created page vectorSideVisual (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |arg= global |gr2= Math - Vectors |descr= Returns side vector of the given object in format Vector3D in re...")
- 05:06, 8 March 2023 Killzone Kid talk contribs created page vectorSide (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |arg= global |gr2= Math - Vectors |descr= Returns side vector of the given object in format Vector3D. {{Fe...")
- 16:30, 24 February 2023 Killzone Kid talk contribs created page soundParams (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |gr1= Sounds |descr= Returns various params for the given sound |s1= soundParams id |p1= id: Number -...")
- 16:24, 24 February 2023 Killzone Kid talk contribs created page stopSound (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |gr1= Sounds |descr= Stops the given sound |s1= stopSound id |p1= id: Number - id returned by playS...")
- 16:38, 20 February 2023 Killzone Kid talk contribs created page inAreaArrayIndexes (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |gr1= Triggers |gr2= Markers |gr3= Locations |gr4= Positions |descr= Checks if positions given in Array...")
- 17:46, 12 February 2023 Killzone Kid talk contribs created page waterDamaged (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |arg= local |gr1= Object Manipulation |descr= Checks if the engine was water damaged. When a vehicle is Arma...")
- 00:52, 1 February 2023 Killzone Kid talk contribs created page ctrlMapDir (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |gr1= GUI Control - Map |descr= Returns the current orientation angle of the map control in degrees. |s1= ct...")
- 00:42, 1 February 2023 Killzone Kid talk contribs created page backpacks (Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |arg= |gr1= Unit Inventory |descr= Returns an array of all backpacks names unit has in inventory, excluding b...")
- 21:01, 12 January 2023 Killzone Kid talk contribs created page insideBuilding (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |gr1= Object Manipulation |descr= Returns how much a man is inside a building. The value is the same as normally returned by...")
- 14:30, 11 January 2023 Killzone Kid talk contribs created page getTurretLimits (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |arg= global |descr= Returns the rotation and elevation limits for the given turret. |gr1= Turrets |s1= vehicle getTurre...")
- 14:24, 11 January 2023 Killzone Kid talk contribs created page setTurretLimits (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |arg= local |eff= global |descr= Set the rotation and elevation limits for the given turret. The limits can only be set wit...")
- 22:53, 31 December 2022 Killzone Kid talk contribs created page getUnloadInCombat (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |gr1= Object Manipulation |descr= A getter for getUnloadInCombat. To return global config value see [[canUnloadInCombat]...")
- 21:15, 31 December 2022 Killzone Kid talk contribs created page equipmentDisabled (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |gr1= Object Manipulation |descr= Returns current state for NVG and TI equipment availability. |s1= equipmentDisabled v...")
- 19:54, 31 December 2022 Killzone Kid talk contribs created page getForcedSpeed (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |gr1= Object Manipulation |descr= Returns forced speed set with forceSpeed or -1 if not set. |s1= getForcedSpeed en...")
- 23:49, 28 December 2022 Killzone Kid talk contribs created page allowService (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |branch= dev |gr1= Object Manipulation |descr= Sets which type of repair/refuel/rearm service is allowed. There are 2 types,...")
- 23:46, 28 December 2022 Killzone Kid talk contribs created page allowedService (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |branch= dev |gr1= Object Manipulation |descr= Returns which type of repair/refuel/rearm service is allowed. There are 2 typ...")
- 13:57, 25 December 2022 Killzone Kid talk contribs created page needService (Created page with "{{RV|type=command |game1= arma3 |version1= 2.12 |branch= dev |gr1= Object Manipulation |descr= Return array with how much vehicle needs [repairing, refueling, rearming] |s...")