BIS_fnc_setIdentity

From Bohemia Interactive Community
Revision as of 21:43, 5 June 2018 by R3vo (talk | contribs) (pf)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Set unit identity. To be used together with BIS_fnc_MP, because identity related commands are local. When executed on server, the identity will be JIP compatible.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[object, face, speaker, pitch, callsign] call BIS_fnc_setIdentity
Parameters:
face: String - (Optional, default "") Face from CfgFaces
speaker: String - (Optional, default "") Speaker from CfgVoice
pitch: String - (Optional, default -1) Speaker pitch (1 is unchanged pitch)
callsign: String - (Optional, default "") Callsign
Return Value:
Boolean

Examples

Example 1:
[ player, "Kerry", "Male01ENGB", 1.05, "Big Daddy" ] call BIS_fnc_setIdentity;

Additional Information

See also:
BIS fnc setUnitInsigniasetFacesetIdentitysetSpeakerface

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


Notes

Bottom Section