moveTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Future use only)
m (Text replacement - "{{Feature|Warning|" to "{{Feature|warning|")
 
(34 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{future-use}}
{{RV|type=command
[[Category:Scripting Commands|MOVETARGET]]
[[Category:Scripting Commands ArmA|MOVETARGET]]


{{Command|= Comments
|game1= arma1
____________________________________________________________________________________________
|version1= 1.00


| arma |= Game name
|game2= arma2
|version2= 1.00


|1.00|= Game version
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Change information about a target. <b>Not yet implemented.</b>|= Description
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


| obj '''moveTarget''' posDescription |= Syntax
|game5= arma3
|version5= 0.50


|p1= obj: [[Object]] |= Parameter 1
|gr1= Broken Commands


|p2= posDescription: [[Array]] ([position,typeAccuracy,posAccuracy]) |= Parameter 2
|descr= Change information about a target.


| [[Boolean]] |= Return value
|pr= {{Feature|warning|This command is not implemented.}}
____________________________________________________________________________________________


|x1= target '''moveTarget''' [position player,1,1]   |= Example 1
|s1= target [[moveTarget]] [position, typeAccuracy, posAccuracy]
____________________________________________________________________________________________


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


}}
|p2= position: [[Array]]
 
|p3= typeAccuracy: [[Number]]
 
|p4= posAccuracy: [[Number]]


<h3 style="display:none">Notes</h3>
|r1= [[Boolean]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_moved = _target moveTarget [position player, 1, 1];</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|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