enableEngineArtillery: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{uc:{{PAGENAME}}}}" to "")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2oa
|game1= arma2oa
|version1= 1.54
 
|game2= tkoh
|version2= 1.00
 
|game3= arma3
|version3= 0.50
 
|eff= local
|eff= local
|1.54


|gr1= Artillery
|gr1= Artillery


|Enable/disable the artillery engine. This allows the user to use the artillery computer on mortar/artillery, and for AI to use it for indirect fire.
|descr= Enable/disable the artillery engine. This allows the user to use the artillery computer on mortar/artillery, and for AI to use it for indirect fire.


|'''enableEngineArtillery''' enabled
|s1= [[enableEngineArtillery]] enabled


|p1= enabled: [[Boolean]]
|p1= enabled: [[Boolean]]


| [[Nothing]]
|r1= [[Nothing]]
 
 
|x1= <code>[[enableEngineArtillery]] [[false]]; </code>
|x1= <sqf>enableEngineArtillery false;</sqf>


|seealso= [[shownArtilleryComputer]], [[getArtilleryAmmo]], [[commandArtilleryFire]], [[doArtilleryFire]], [[getArtilleryComputerSettings]], [[getArtilleryETA]], [[inRangeOfArtillery]]
|seealso= [[shownArtilleryComputer]] [[getArtilleryAmmo]] [[commandArtilleryFire]] [[doArtilleryFire]] [[getArtilleryComputerSettings]] [[getArtilleryETA]] [[inRangeOfArtillery]]
}}
}}
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 15:10, 5 May 2022

Hover & click on the images for description

Description

Description:
Enable/disable the artillery engine. This allows the user to use the artillery computer on mortar/artillery, and for AI to use it for indirect fire.
Groups:
Artillery

Syntax

Syntax:
enableEngineArtillery enabled
Parameters:
enabled: Boolean
Return Value:
Nothing

Examples

Example 1:
enableEngineArtillery false;

Additional Information

See also:
shownArtilleryComputer getArtilleryAmmo commandArtilleryFire doArtilleryFire getArtilleryComputerSettings getArtilleryETA inRangeOfArtillery

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