createTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Future use only)
m (template:command argument fix)
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{future-use}}
{{future-use}}
[[Category:Scripting Commands|CREATETARGET]]
[[Category:Scripting Commands ArmA|CREATETARGET]]
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 11: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Create a target. <b>Not yet implemented.</b>  |= Description
| Create a target. <b>Not yet implemented.</b>  |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| obj '''createTarget''' [type, position, typeAccuracy, posAccuracy ] |= Syntax
| [[Target]] <nowiki>=</nowiki> obj '''createTarget''' [type, position, typeAccuracy, posAccuracy] |SYNTAX=
 
|p1= obj: [[Object]] |PARAMETER1=
 


|p1= obj: [[Object]] |= Parameter 1
|p2= [type, position, typeAccuracy, posAccuracy]: [[Array]] |PARAMETER2=


|p2= type: [[String]] Unknown  |= Parameter 2
|p3= type: [[String]] |PARAMETER3=


|p3= position: [[Position]] Placement Position  |= Parameter 3
|p4= position: [[Position]] Placement |PARAMETER4=


|p4= typeAccuracy: [[Number]] Unknown  |= Parameter 4
|p5= typeAccuracy: [[Number]] |PARAMETER5=


|p5= posAccuracy: [[Number]] Unknown  |= Parameter 5
|p6= posAccuracy: [[Number]] |PARAMETER6=


| [[Target]] |= Return value
| [[Target]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[moveTarget]] |= See also
| [[moveTarget]], [[deleteTarget]] |SEEALSO=


}}
}}

Revision as of 15:36, 7 April 2019

Template:future-use

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Create a target. Not yet implemented.
Groups:
Uncategorised

Syntax

Syntax:
Target = obj createTarget [type, position, typeAccuracy, posAccuracy]
Parameters:
obj: Object
[type, position, typeAccuracy, posAccuracy]: Array
type: String
position: Position Placement
typeAccuracy: Number
posAccuracy: Number
Return Value:
Target

Examples

Examples:
Example needed

Additional Information

See also:
moveTargetdeleteTarget

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

Notes

Bottom Section