loadIdentity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(64 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.97]]
[[Category:Scripting Commands ArmA]]


back to [[Scripting_Reference#L|COMREF]]
|game1= ofp
|version1= 1.75


<h2 style="color:#000066">'''''person'' loadIdentity ''name'''''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


'''person:''' [[Object]]
|game5= arma2oa
|version5= 1.50


'''name:''' [[String]]
|game6= tkoh
|version6= 1.00


'''Type of returned value:'''
|game7= arma3
|version7= 0.50


[[Boolean]]
|gr1= Unit Identity


'''Compatibility:'''
|descr= Loads person's identity from [[Objects.sav]] file in campaign directory (from entry name).


Added in version '''1.75'''
|mp= This command does not work in Multiplayer.


'''Description:'''
|s1= unit [[loadIdentity]]  name


Loads '''person's''' identity from [[Objects.sav]] file in campaign directory (from entry '''name''').
|p1= unit: [[Object]]


|p2= name: [[String]]


'''Example:'''
|r1= [[Boolean]] - [[true]] if successfull, otherwise [[false]]


[[player]] '''loadIdentity''' "playerIdentity"
|x1= <sqf>_ok = player loadIdentity "playerIdentity";</sqf>
 
|seealso= [[saveIdentity]] [[lockIdentity]] [[setIdentity]]
}}

Latest revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Loads person's identity from Objects.sav file in campaign directory (from entry name).
Multiplayer:
This command does not work in Multiplayer.
Groups:
Unit Identity

Syntax

Syntax:
unit loadIdentity name
Parameters:
unit: Object
name: String
Return Value:
Boolean - true if successfull, otherwise false

Examples

Example 1:
_ok = player loadIdentity "playerIdentity";

Additional Information

See also:
saveIdentity lockIdentity 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