isManualFire: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - ">Posted on February ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-02-0$1")
 
(59 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.50


|1.51|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Returns [[true]] if manual fire is on.
|game3= arma3
|version3= 0.50


Always returns false for a soldier. |= Description
|arg= global
____________________________________________________________________________________________


| '''isManualFire''' vehicleName |= Syntax
|gr1= Weapons


|p1= vehicleName: [[Object]] |=
|descr= Returns [[true]] if manual fire is on. Manual fire could either be selected in vehicle action menu (if available) or with [[action]] "ManualFire" and "ManualFireCancel". Always returns [[false]] for a soldier.


| [[Boolean]] |= Return value
|s1= [[isManualFire]] vehicleName
____________________________________________________________________________________________


|x1= <pre> _bool <nowiki>=</nowiki> isManualFire vehicle player; </pre> |=
|p1= vehicleName: [[Object]]
____________________________________________________________________________________________


| |= See also
|r1= [[Boolean]]


|x1= <sqf>_bool = isManualFire vehicle player;</sqf>
|seealso= [[fire]] [[doFire]] [[commandFire]] [[canFire]] [[fireAtTarget]] [[forceWeaponFire]] [[commandArtilleryFire]] [[commandSuppressiveFire]] [[doArtilleryFire]] [[doSuppressiveFire]]
}}
}}


<h3 style="display:none">Notes</h3>
 
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
<dt></dt>
<dd class="notedate">Posted on 2017-02-05 - 05:35 (UTC)</dd>
<dt class="note">[[User:AgentRevolution|AgentRev]]</dt>
<dd class="note">
Manual fire means the [[effectiveCommander]] of the vehicle controls firing (but not aiming) of the [[gunner]] turret weapons (usually path [0]), while unable to fire his own weapons.
</dd>
 
</dl>
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Latest revision as of 00:04, 14 May 2023

Hover & click on the images for description

Description

Description:
Returns true if manual fire is on. Manual fire could either be selected in vehicle action menu (if available) or with action "ManualFire" and "ManualFireCancel". Always returns false for a soldier.
Groups:
Weapons

Syntax

Syntax:
isManualFire vehicleName
Parameters:
vehicleName: Object
Return Value:
Boolean

Examples

Example 1:
_bool = isManualFire vehicle player;

Additional Information

See also:
fire doFire commandFire canFire fireAtTarget forceWeaponFire commandArtilleryFire commandSuppressiveFire doArtilleryFire doSuppressiveFire

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


Posted on 2017-02-05 - 05:35 (UTC)
AgentRev
Manual fire means the effectiveCommander of the vehicle controls firing (but not aiming) of the gunner turret weapons (usually path [0]), while unable to fire his own weapons.