hasCustomFace

From Bohemia Interactive Community
Revision as of 11:23, 16 July 2024 by Lou Montana (talk | contribs) (Some wiki formatting)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Get whether or not a player has an available custom face file.
To check if this custom face is currently being used, use face (returns "Custom" in that case).
Groups:
Unit Identity

Syntax

Syntax:
hasCustomFace person
Parameters:
person: Object
Return Value:
Boolean - true if player has a face.paa/jpg file in their current profile and it is usable

Examples

Example 1:
if (isPlayer _thisUnit && hasCustomFace _thisUnit && face _thisUnit != "Custom") then { [_thisUnit, "Custom"] remoteExec ["setFace", 0, true]; };

Additional Information

See also:
face setFace setIdentity setSpeaker

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