Difference between revisions of "cmf common fnc isRole"

From cluster wiki
Jump to navigation Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=Checks if a unit is the specified role. |exec=Call |cmp=common |s1=[Unit, Role] call cmf...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|version2=2.1.0
|version2=2.1.0


|descr=Checks if a unit is the specified role.  
|descr=Is used to check if a unit is as specific role.


|exec=Call
|exec=Call
Line 19: Line 19:
|p2= Role: [https://community.bistudio.com/wiki/String String]
|p2= Role: [https://community.bistudio.com/wiki/String String]


|r1= Is role: [https://community.bistudio.com/wiki/Boolean Boolean]
|r1= True if unit has role: [https://community.bistudio.com/wiki/Boolean Boolean]


|x1= {{code|lang=scilab|[player, "RFL"] call cmf_common_fnc_isRole}}
|x1= {{code|lang=scilab|[player, "RFL"] call cmf_common_fnc_isRole}}


|seealso= [[cmf_common_fnc_getConfigParam]] [[cmf_common_fnc_setCallsign]] [[cmf_common_fnc_setRole]]
}}
}}

Latest revision as of 21:35, 17 December 2022


Hover & click on the images for description
Description
Description:
Is used to check if a unit is as specific role.
Execution:
Call
Groups:
CMF3: common
Syntax
Syntax:
[Unit, Role] call cmf_common_fnc_isRole
Parameters:
Unit: Object
Role: String
Return Value:
True if unit has role: Boolean
Examples
Example 1:
[player, "RFL"] call cmf_common_fnc_isRole
Additional Information
See also:
cmf_common_fnc_getConfigParam cmf_common_fnc_setCallsign cmf_common_fnc_setRole
Internal Variables
No internal variables
Events
No events
Notes