setTargetAge: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (formatting of possible values)
 
(37 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma1
____________________________________________________________________________________________
|version2= 1.00


| Sets how the target is known to the other centers. They behave like the target was seen age seconds ago.
|game3= arma2
|version3= 1.00


Possible age values are: "ACTUAL", "5 MIN", "10 MIN", "15 MIN", "30 MIN", "60 MIN", "120 MIN" or "UNKNOWN". |DESCRIPTION=
|game4= arma2oa
____________________________________________________________________________________________
|version4= 1.50


| object '''setTargetAge''' age |SYNTAX=
|game5= tkoh
|version5= 1.00


|p1= object: [[Object]] |PARAMETER1=
|game6= arma3
|version6= 0.50


|p2= age: [[String]] As above |PARAMETER2=
|gr1= Object Manipulation


| [[Nothing]] |RETURNVALUE=
|descr= Sets how the target is known to the other centers. They behave like the target was seen age seconds ago.
____________________________________________________________________________________________
 
|x1= <code>[[player]] [[setTargetAge]] "10 MIN"</code> |EXAMPLE1=
____________________________________________________________________________________________


| |SEEALSO=
|s1= object [[setTargetAge]] age


}}
|p1= object: [[Object]]
 
|p2= age: [[String]] - can be:
* "ACTUAL"
* "5 MIN"
* "10 MIN"
* "15 MIN"
* "30 MIN"
* "60 MIN"
* "120 MIN"
* "UNKNOWN"


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


<!-- Note Section END -->
|x1= <sqf>player setTargetAge "10 MIN";</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[targets]] [[targetsQuery]] [[nearTargets]] [[targetsAggregate]] [[targetKnowledge]] [[knowsAbout]] [[reveal]] [[forgetTarget]] [[getHideFrom]]
[[Category:Scripting Commands|SETTARGETAGE]]
}}
[[Category:Scripting Commands OFP Elite |SETTARGETAGE]]
[[Category:Scripting Commands ArmA|SETTARGETAGE]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 23:20, 9 April 2024

Hover & click on the images for description

Description

Description:
Sets how the target is known to the other centers. They behave like the target was seen age seconds ago.
Groups:
Object Manipulation

Syntax

Syntax:
object setTargetAge age
Parameters:
object: Object
age: String - can be:
  • "ACTUAL"
  • "5 MIN"
  • "10 MIN"
  • "15 MIN"
  • "30 MIN"
  • "60 MIN"
  • "120 MIN"
  • "UNKNOWN"
Return Value:
Nothing

Examples

Example 1:
player setTargetAge "10 MIN";

Additional Information

See also:
targets targetsQuery nearTargets targetsAggregate targetKnowledge knowsAbout reveal forgetTarget getHideFrom

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