fire: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add notedate for Kronzky's note.)
mNo edit summary
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| ofp |Game name=


|1.00|= Game version
|1.00|Game version=


|arg= local |= Arguments in MP
|arg= local |Multiplayer Arguments=


|eff= global |= Effects in MP
|eff= global |Multiplayer Effects=
 
|gr1= Unit Control |GROUP1=
 
|gr2= Weapons |GROUP2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Forces a unit to fire the given weapon.
| Forces a unit to fire the given weapon. See also: [[BIS_fnc_fire]].<br>
<br/>'''NOTE:''' Just like with [[forceWeaponFire]] it is possible to pass remote unit as argument, but this could be unreliable. Considering this command might need to be used in combination with [[selectWeapon]], which takes only [[local]] arguments, it would make sense to execute [[fire]] command where unit is also [[local]]. |= Description
{{Informative | Just like with [[forceWeaponFire]] it is possible to pass remote unit as argument, but this could be unreliable. Considering this command might need to be used in combination with [[selectWeapon]], which takes only [[local]] arguments, it would make sense to execute [[fire]] command where unit is also [[local]].}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit '''fire''' weaponName |= Syntax
| unit [[fire]] muzzle |SYNTAX=
|p1= unit: [[Object]] - unit that's supposed to fire |= Parameter 1
 
|p2= weaponName: [[String]] - name of the weapon to be fired |= Parameter 2
|p1= unit: [[Object]] - unit that is supposed to fire |PARAMETER1=
| [[Nothing]] |= Return value
 
|p2= muzzle: [[String]] - name of the muzzle to be fired |PARAMETER2=
 
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|s2 = unit '''fire''' [muzzle, mode, magazine]|= Syntax
|s2 = unit [[fire]] [muzzle, mode, magazine] |SYNTAX2=
|p21 = unit: [[Object]]
|p21= unit: [[Object]]
|p22 = [muzzle, mode, magazine]: [[Array]]
|p22= [muzzle, mode, magazine]: [[Array]]
|p23 = muzzle: [[String]]
|p23= muzzle: [[String]]
|p24 = mode: [[String]]
|p24= mode: [[String]]
|p25 = magazine: [[String]] (Optional)
|p25= magazine: [[String]] (Optional)
|r2 = [[Nothing]] |= Return value
|r2= [[Nothing]] |RETURNVALUE2=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_soldier [[fire]] "M16";</code> |= Example 1
|x1= <code>_soldier [[fire]] "M16";</code> |EXAMPLE1=
|x2= <code>_soldier [[fire]] "SmokeShellMuzzle";</code> |= Example 2
|x2= <code>_soldier [[fire]] "SmokeShellMuzzle";</code> |EXAMPLE2=
|x3= <code>_soldier [[fire]] ["SmokeShellMuzzle","SmokeShellMuzzle","SmokeShell"];</code> |= Example 3
|x3= <code>_soldier [[fire]] ["SmokeShellMuzzle", "SmokeShellMuzzle", "SmokeShellRed"];</code> |EXAMPLE3=


|x4= <code>[[player]] [[playActionNow]] "PutDown";
|x4= <code>[[player]] [[playActionNow]] "PutDown";
[[player]] [[selectWeapon]] "DemoChargeMuzzle";
[[player]] [[selectWeapon]] "DemoChargeMuzzle";
[[player]] [[fire]] ["DemoChargeMuzzle", "DemoChargeMuzzle", "DemoCharge_Remote_Mag"];
[[player]] [[fire]] ["DemoChargeMuzzle", "DemoChargeMuzzle", "DemoCharge_Remote_Mag"];
[[player]] [[setWeaponReloadingTime]] <nowiki>[</nowiki>[[player]], "DemoChargeMuzzle", 0];</code> |= Example 4
[[player]] [[setWeaponReloadingTime]] [<nowiki/>[[player]], "DemoChargeMuzzle", 0];</code> |EXAMPLE4=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[forceWeaponFire]], [[selectWeapon]], [[fireAtTarget]], [[doFire]], [[commandFire]], [[ArmA:_Actions#USEWEAPON|action ["UseWeapon"]]], [[:Category:Weapons]] |= See also
| [[doFire]], [[commandFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[commandSuppressiveFire]], [[doArtilleryFire]], [[doSuppressiveFire]], [[isManualFire]], [[selectWeapon]], [[ArmA:_Actions#USEWEAPON|action ["UseWeapon"]]],  [[BIS_fnc_fire]], [[:Category:Weapons]] |SEEALSO=
 
}}
}}


Line 48: Line 54:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on August 17, 2006
<dd class="notedate">Posted on August 17, 2006
<dt class="note">'''[[User:Str|Str]]'''
<dt class="note">[[User:Str|Str]]
<dd class="note">Sometimes AI won't shoot when you use this command. It can be fixed by placing [[selectWeapon]] command before it.
<dd class="note">Sometimes AI won't shoot when you use this command. It can be fixed by placing [[selectWeapon]] command before it.
<dd class="notedate">Posted on February 2, 2007
<dd class="notedate">Posted on February 2, 2007
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''
<dt class="note">[[User:Ceeeb|Ceeeb]]
<dd class="note">
<dd class="note">
In '''OFP v1.96''', when a [[Operation_Flashpoint:_CfgVehicles#Man_Class_Vehicles|man]] class unit is given this command, he will aim up in the air before firing his weapon. This makes it rather useless if you want to make him shoot a target. It does work with vehicles, when the vehicle is first given a [[doWatch]] or [[doTarget]]  command.
In '''OFP v1.96''', when a [[Operation_Flashpoint:_CfgVehicles#Man_Class_Vehicles|man]] class unit is given this command, he will aim up in the air before firing his weapon. This makes it rather useless if you want to make him shoot a target. It does work with vehicles, when the vehicle is first given a [[doWatch]] or [[doTarget]]  command.
<dd class="notedate">Posted on January 20, 2007
<dd class="notedate">Posted on January 20, 2007
<dt class="note">'''[[User:Bdfy|Bdfy]]'''
<dt class="note">[[User:Bdfy|Bdfy]]
<dd class="note">In '''ArmA v1.02''', this command is not working with weapons in the secondary turrets (like "DSHKM" in t72)
<dd class="note">In '''ArmA v1.02''', this command is not working with weapons in the secondary turrets (like "DSHKM" in T-72)
 
<dd class="notedate">Posted on Jan 15, 2008
<dd class="notedate">Posted on Jan 15, 2008
<dt class="note">'''[[User:Kronzky|Kronzky]]'''
<dt class="note">[[User:Kronzky|Kronzky]]
<dd class="note">
<dd class="note">
To place a satchel (pipebomb) the syntax is:<br>
To place a satchel (pipebomb) the syntax is:<br>
Line 64: Line 73:
'''ArmA''': unitname Fire ["pipebombmuzzle", "pipebombmuzzle", "pipebomb"];<br>
'''ArmA''': unitname Fire ["pipebombmuzzle", "pipebombmuzzle", "pipebomb"];<br>
''The triggering is done via a "[[Armed_Assault:_Actions_List#TOUCHOFF|TOUCHOFF]]" action.''
''The triggering is done via a "[[Armed_Assault:_Actions_List#TOUCHOFF|TOUCHOFF]]" action.''
<dd class="notedate">Posted on March 18, 2010
<dd class="notedate">Posted on March 18, 2010
<dt class="note">'''[[User:Mr.g-c|Mr.g-c]]'''
<dt class="note">[[User:Mr.g-c|Mr.g-c]]
<dd class="note">In Arma2 AI will automatically shoot straight up. Command seems to be broken.
<dd class="note">In Arma 2, AI will automatically shoot straight up. Command seems to be broken.
 
<dd class="notedate">Posted on November 24, 2010
<dd class="notedate">Posted on November 24, 2010
<dt class="note">'''[[User:Mikhail|Mikhail]]'''
<dt class="note">[[User:Mikhail|Mikhail]]
<dd class="note">Command is broken - confirmed. Use action [[ArmA:_Actions#USEWEAPON|"USEWEAPON"]] instead.
<dd class="note">Command is broken - confirmed. Use action [[ArmA:_Actions#USEWEAPON|"USEWEAPON"]] instead.
Place a game logic in the editor. Name it '''MyGameLogic'''.
Place a game logic in the editor. Name it '''MyGameLogic'''.
Use this code to make '''unit1''' fire his primaryweapon:
Use this code to make '''unit1''' fire his primaryweapon:
'''MyGameLogic action ["useWeapon",primaryWeapon unit1,unit1,0];'''
<code>MyGameLogic [[action]] ["useWeapon", [[primaryWeapon]] unit1, unit1, 0];</code>
 
<dd class="notedate">Posted on Feburary 25, 2011
<dd class="notedate">Posted on Feburary 25, 2011
<dt class="note">'''[[User:kju|kju]]'''
<dt class="note">[[User:kju|kju]]
<dd class="note">Command works just fine in A2/OA. Make sure to execute it on '''local''' AI.
<dd class="note">Command works just fine in A2/OA. Make sure to execute it on '''local''' AI.
<dd class="notedate">Posted on April 06, 2012
<dd class="notedate">Posted on April 06, 2012
<dt class="note">'''[[User:Max Power|Max Power]]'''
<dt class="note">[[User:Max Power|Max Power]]
<dd class="note">If it did work at one time, it does no longer.  The AI (or player) is forced to look upwards or reacts to a massive recoil force before getting his shot off.
<dd class="note">If it did work at one time, it does no longer.  The AI (or player) is forced to look upwards or reacts to a massive recoil force before getting his shot off.
<dd class="notedate">Posted on Feburary 16, 2013
<dd class="notedate">Posted on Feburary 16, 2013
<dt class="note">'''[[User:hcpookie|hcpookie]]'''
<dt class="note">[[User:hcpookie|hcpookie]]
<dd class="note">Command did not work with ACR 1.62.  Used [[fireAtTarget]] instead.
<dd class="note">Command did not work with ACR 1.62.  Use [[fireAtTarget]] instead.
<!-- Note Section END -->
<!-- Note Section END -->


Line 87: Line 101:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|FIRE]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|FIRE]]
[[Category:Scripting Commands OFP 1.46|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.46|FIRE]]
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|FIRE ]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
<dl class="command_description">
<dd class="notedate">Posted on June 4, 2014 - 21:14 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">
In Arma 3 in order for AI to place Claymore, for example, it is necessary to execute 3 statements - an animation, weapon select and the actual [[fire]] command. Animation is most likely for forcing unit to leave rest state, weapon select and fire kinda both go together anyway:
<code>_unit [[playActionNow]] "PutDown";
_unit [[selectWeapon]] "DirectionalMineRemoteMuzzle";
_unit [[fire]] [
    "DirectionalMineRemoteMuzzle",
    "DirectionalMineRemoteMuzzle",
    "ClaymoreDirectionalMine_Remote_Mag"
];</code>
</dd>
 
<dd class="notedate">Posted on November 25th, 2017
<dt class="note">[[User:SteveStevenson|Steve]]
<dd class="note">
In Arma 3, as of version 1.76, examples 2 and 3 in the section above for smoke grenades are no longer working.
As a workaround (throwing green smoke grenades for example), you can use:
<code>[_soldier, "SmokeShellGreenMuzzle"] [[call]] [[BIS_fnc_fire]];</code></dt>
</dd>
 
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 10:30, 24 September 2020

Hover & click on the images for description

Description

Description:
Forces a unit to fire the given weapon. See also: BIS_fnc_fire.
Just like with forceWeaponFire it is possible to pass remote unit as argument, but this could be unreliable. Considering this command might need to be used in combination with selectWeapon, which takes only local arguments, it would make sense to execute fire command where unit is also local.
Groups:
Unit ControlWeapons

Syntax

Syntax:
unit fire muzzle
Parameters:
unit: Object - unit that is supposed to fire
muzzle: String - name of the muzzle to be fired
Return Value:
Nothing

Alternative Syntax

Syntax:
unit fire [muzzle, mode, magazine]
Parameters:
unit: Object
[muzzle, mode, magazine]: Array
muzzle: String
mode: String
magazine: String (Optional)
Return Value:
Nothing

Examples

Example 1:
_soldier fire "M16";
Example 2:
_soldier fire "SmokeShellMuzzle";
Example 3:
_soldier fire ["SmokeShellMuzzle", "SmokeShellMuzzle", "SmokeShellRed"];
Example 4:
player playActionNow "PutDown"; player selectWeapon "DemoChargeMuzzle"; player fire ["DemoChargeMuzzle", "DemoChargeMuzzle", "DemoCharge_Remote_Mag"]; player setWeaponReloadingTime [player, "DemoChargeMuzzle", 0];

Additional Information

See also:
doFirecommandFirecanFirefireAtTargetforceWeaponFirecommandArtilleryFirecommandSuppressiveFiredoArtilleryFiredoSuppressiveFireisManualFireselectWeaponaction ["UseWeapon"], BIS_fnc_fireCategory:Weapons

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on August 17, 2006
Str
Sometimes AI won't shoot when you use this command. It can be fixed by placing selectWeapon command before it.
Posted on February 2, 2007
Ceeeb
In OFP v1.96, when a man class unit is given this command, he will aim up in the air before firing his weapon. This makes it rather useless if you want to make him shoot a target. It does work with vehicles, when the vehicle is first given a doWatch or doTarget command.
Posted on January 20, 2007
Bdfy
In ArmA v1.02, this command is not working with weapons in the secondary turrets (like "DSHKM" in T-72)
Posted on Jan 15, 2008
Kronzky
To place a satchel (pipebomb) the syntax is:
OFP: unitname Fire ["put", "pipebomb"]
ArmA: unitname Fire ["pipebombmuzzle", "pipebombmuzzle", "pipebomb"];
The triggering is done via a "TOUCHOFF" action.
Posted on March 18, 2010
Mr.g-c
In Arma 2, AI will automatically shoot straight up. Command seems to be broken.
Posted on November 24, 2010
Mikhail
Command is broken - confirmed. Use action "USEWEAPON" instead. Place a game logic in the editor. Name it MyGameLogic. Use this code to make unit1 fire his primaryweapon: MyGameLogic action ["useWeapon", primaryWeapon unit1, unit1, 0];
Posted on Feburary 25, 2011
kju
Command works just fine in A2/OA. Make sure to execute it on local AI.
Posted on April 06, 2012
Max Power
If it did work at one time, it does no longer. The AI (or player) is forced to look upwards or reacts to a massive recoil force before getting his shot off.
Posted on Feburary 16, 2013
hcpookie
Command did not work with ACR 1.62. Use fireAtTarget instead.

Bottom Section

Posted on June 4, 2014 - 21:14 (UTC)
Killzone Kid
In Arma 3 in order for AI to place Claymore, for example, it is necessary to execute 3 statements - an animation, weapon select and the actual fire command. Animation is most likely for forcing unit to leave rest state, weapon select and fire kinda both go together anyway: _unit playActionNow "PutDown"; _unit selectWeapon "DirectionalMineRemoteMuzzle"; _unit fire [ "DirectionalMineRemoteMuzzle", "DirectionalMineRemoteMuzzle", "ClaymoreDirectionalMine_Remote_Mag" ];
Posted on November 25th, 2017
Steve
In Arma 3, as of version 1.76, examples 2 and 3 in the section above for smoke grenades are no longer working. As a workaround (throwing green smoke grenades for example), you can use: [_soldier, "SmokeShellGreenMuzzle"] call BIS_fnc_fire;