moveTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "{{Feature|Warning|" to "{{Feature|warning|")
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma1
|game1= arma1
|version1= 1.00


|1.00
|game2= arma2
|version2= 1.00
 
|game3= arma2oa
|version3= 1.50
 
|game4= tkoh
|version4= 1.00
 
|game5= arma3
|version5= 0.50


|gr1= Broken Commands
|gr1= Broken Commands


| Change information about a target.
|descr= Change information about a target.


|pr= {{Warning|This command is not implemented.}}
|pr= {{Feature|warning|This command is not implemented.}}


| target '''moveTarget''' [position, typeAccuracy, posAccuracy]
|s1= target [[moveTarget]] [position, typeAccuracy, posAccuracy]


|p1= target: [[Target]]
|p1= target: [[Target]]


|p2= [position, typeAccuracy, posAccuracy]: [[Array]]
|p2= position: [[Array]]
 
|p3= position: [[Array]]


|p4= typeAccuracy: [[Number]]
|p3= typeAccuracy: [[Number]]


|p5= posAccuracy: [[Number]]
|p4= posAccuracy: [[Number]]


| [[Boolean]]
|r1= [[Boolean]]


|x1=<code> _moved = _target '''moveTarget''' [position player, 1, 1] </code>
|x1= <sqf>_moved = _target moveTarget [position player, 1, 1];</sqf>


| [[createTarget]] [[deleteTarget]]
|seealso= [[createTarget]] [[deleteTarget]]
}}
}}

Latest revision as of 01:25, 2 February 2024

Hover & click on the images for description

Description

Description:
Change information about a target.
Problems:
This command is not implemented.
Groups:
Broken Commands

Syntax

Syntax:
target moveTarget [position, typeAccuracy, posAccuracy]
Parameters:
target: Target
position: Array
typeAccuracy: Number
posAccuracy: Number
Return Value:
Boolean

Examples

Example 1:
_moved = _target moveTarget [position player, 1, 1];

Additional Information

See also:
createTarget deleteTarget

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