deleteIdentity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


[[Boolean]]
[[Boolean]]
'''Compatibility:'''
Added in version '''1.75'''


'''Description:'''
'''Description:'''

Revision as of 01:34, 17 April 2006

back to COMREF

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"