lockIdentity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
|1.56|Game version=
|1.56|Game version=


|gr1= Object Manipulation |GROUP1=
|gr1= Unit Identity |GROUP1=


| Locks the identity of a person. This will disable default identity. |DESCRIPTION=
| Locks the identity of a person. This will disable default identity. |DESCRIPTION=

Revision as of 16:31, 24 September 2020

Hover & click on the images for description

Description

Description:
Locks the identity of a person. This will disable default identity.
Groups:
Unit Identity

Syntax

Syntax:
lockIdentity unit
Parameters:
unit: Object
Return Value:
Boolean - true, if it was applied

Examples

Example 1:
_success = lockIdentity player;

Additional Information

See also:
loadIdentitysetIdentity

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

Bottom Section

Notes

Bottom Section