deleteIdentity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|DELETEIDENTITY]]
[[Category:Scripting Commands|DELETEIDENTITY]]
[[Category:Scripting Commands OFP 1.97|DELETEIDENTITY]]
[[Category:Scripting Commands OFP 1.96|DELETEIDENTITY]]
[[Category:Scripting Commands ArmA|DELETEIDENTITY]]
[[Category:Scripting Commands ArmA|DELETEIDENTITY]]



Revision as of 21:13, 1 June 2006


deleteIdentity identityName


Operand types:

identityName: String

Type of returned value:

Boolean

Compatibility:

Added in version 1.75

Description:

Delete identity created by saveIdentity from campaign progress file.


Example:

deleteIdentity "playerIdentity"