isAgent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(42 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Check if team member is an agent. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| '''isAgent''' teamMember |= Syntax
|game4= arma3
|version4= 0.50


|p1= teamMember: [[Team Member]] |= PARAMETER1
|gr1= Teams


|p2= |= PARAMETER2
|descr= Check if team member is an agent.


|p3= |= PARAMETER3
|s1= [[isAgent]] teamMember


| [[Boolean]] |= RETURNVALUE
|p1= teamMember: [[Team Member]]


|r1= [[Boolean]]


|x1= <code>(example)</code>|= EXAMPLE1
|x1= <sqf>isAgent teamMember _unit;</sqf>


____________________________________________________________________________________________
|seealso= [[agent]] [[agents]] [[createAgent]] [[forEachMemberAgent]]
 
| [[agent]], [[agents]], [[createAgent]], [[forEachMemberAgent]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on May 19, 2017 - 10:26 (UTC)</dd>
<dt class="note">[[User:AgentRevolution|AgentRev]]</dt>
<dd class="note">
One can check if a unit is an agent via
<code>[[isAgent]] [[teamMember]] _unit</code>
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Check if team member is an agent.
Groups:
Teams

Syntax

Syntax:
isAgent teamMember
Parameters:
teamMember: Team Member
Return Value:
Boolean

Examples

Example 1:
isAgent teamMember _unit;

Additional Information

See also:
agent agents createAgent forEachMemberAgent

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