createTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Remove future-use usage)
Line 1: Line 1:
{{future-use}}
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 5: Line 4:
| arma |Game name=
| arma |Game name=


x1= t|1.00|Game version=
|1.00|Game version=


|gr1= Broken Commands |GROUP1=
|gr1= Broken Commands |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Create a target. <b>Not yet implemented.</b>  |DESCRIPTION=
| Create a target. |DESCRIPTION=
 
|pr= {{Warning|This command is not implemented.}} |PROBLEMS=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Target]] <nowiki>=</nowiki> obj '''createTarget''' [type, position, typeAccuracy, posAccuracy] |SYNTAX=
| obj '''createTarget''' [type, position, typeAccuracy, posAccuracy] |SYNTAX=


|p1= obj: [[Object]] |PARAMETER1=
|p1= obj: [[Object]] |PARAMETER1=


 
|p2= [type, position, typeAccuracy, posAccuracy]: [[Array]] |PARAMETER2=
|p2= [type, position, typeAccuracy, posAccuracy]: [[Array]] |PARAMETER2=


|p3= type: [[String]] |PARAMETER3=
|p3= type: [[String]] |PARAMETER3=
Line 29: Line 29:


| [[Target]] |RETURNVALUE=
| [[Target]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[moveTarget]], [[deleteTarget]] |SEEALSO=
| [[moveTarget]], [[deleteTarget]] |SEEALSO=
}}
}}



Revision as of 03:08, 26 December 2020

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

Description

Description:
Create a target.
Problems:
This command is not implemented.
Groups:
Broken Commands

Syntax

Syntax:
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