Difference between revisions of "cmf common fnc isRole"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
|version2=2.1.0 | |version2=2.1.0 | ||
|descr= | |descr=Is used to check if a unit is as specific role. | ||
|exec=Call | |exec=Call |
Revision as of 13:14, 17 December 2022
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:
- Is role: Boolean
Examples
- Example 1:
[player, "RFL"] call cmf_common_fnc_isRole
Additional Information
- See also:
- See also needed
Internal Variables
- No internal variables
Events
- No events
Notes