lockIdentity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Some wiki formatting)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command
|game1= arma3
|game1= arma3
|version1= 1.56
|version1= 1.56
Line 6: Line 7:


|descr= Locks the identity of a person. This will disable default identity.
|descr= Locks the identity of a person. This will disable default identity.
|s1= '''lockIdentity''' unit
 
|s1= [[lockIdentity]] unit


|p1= unit: [[Object]]
|p1= unit: [[Object]]
|p2=
 
|r1= [[Boolean]] - [[true]], if it was applied
|r1= [[Boolean]] - [[true]], if it was applied


|x1= <code>_success = '''lockIdentity''' player;</code>
|x1= <sqf>_success = lockIdentity player;</sqf>
|seealso= [[loadIdentity]],[[setIdentity]]
 
|seealso= [[loadIdentity]] [[setIdentity]]
}}
}}

Latest revision as of 17:19, 13 May 2022

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:
loadIdentity setIdentity

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