moveTarget: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (not command) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Change information about a target. <b>Not yet implemented.</b>|= | | Change information about a target. <b>Not yet implemented.</b>|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Boolean]] <nowiki>=</nowiki> target '''moveTarget''' [position, typeAccuracy, posAccuracy] |= | | [[Boolean]] <nowiki>=</nowiki> target '''moveTarget''' [position, typeAccuracy, posAccuracy] |SYNTAX= | ||
|p1= target: [[Target]] |= | |p1= target: [[Target]] |PARAMETER1= | ||
|p2= [position, typeAccuracy, posAccuracy]: [[Array]] |= | |p2= [position, typeAccuracy, posAccuracy]: [[Array]] |PARAMETER2= | ||
|p3= position: [[Array]] |= | |p3= position: [[Array]] |PARAMETER3= | ||
|p4= typeAccuracy: [[Number]] |= | |p4= typeAccuracy: [[Number]] |PARAMETER4= | ||
|p5= posAccuracy: [[Number]] |= | |p5= posAccuracy: [[Number]] |PARAMETER5= | ||
| [[Boolean]] |= | | [[Boolean]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1=<pre> _posn =_target '''moveTarget''' [position player,1,1] </pre> |= | |x1=<pre> _posn =_target '''moveTarget''' [position player,1,1] </pre> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= | | |SEEALSO= | ||
}} | }} |
Revision as of 14:44, 7 April 2019
Description
- Description:
- Change information about a target. Not yet implemented.
- Groups:
- Uncategorised
Syntax
- Syntax:
- Boolean = target moveTarget [position, typeAccuracy, posAccuracy]
- Parameters:
- target: Target
- [position, typeAccuracy, posAccuracy]: Array
- position: Array
- typeAccuracy: Number
- posAccuracy: Number
- Return Value:
- Boolean
Examples
- Example 1:
_posn =_target '''moveTarget''' [position player,1,1]
Additional Information
- See also:
- See also needed
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