lockIdentity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Bool" to "Boolean")
mNo edit summary
Line 2: Line 2:
|arma3|Game name=
|arma3|Game name=
|1.56|Game version=
|1.56|Game version=
|gr1= Object Manipulation |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=
| '''lockIdentity''' unit |SYNTAX=
| '''lockIdentity''' unit |SYNTAX=

Revision as of 11:04, 24 September 2020

Hover & click on the images for description

Description

Description:
Locks the identity of a person. This will disable default identity.
Groups:
Object Manipulation

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