isPlayerSupporter

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Get if the provided player has the supporter (VIP) status.
Multiplayer:
Only works in multiplayer.
Groups:
Argo

Syntax

Syntax:
isPlayerSupporter unit
Parameters:
unit: Object - the unit of player to check
Return Value:
Boolean - true if the provided unit is a player and that player is a supporter, false otherwise

Examples

Example 1:
_amIASupporter = isPlayerSupporter player; _isHeASupporter = isPlayerSupporter _otherGuy;

Additional Information

See also:
getPlayerLevel getCurrentPlayerLevel

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