deleteIdentity
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint: Resistance
- Version:
- 1.75
Description
- Description:
- Delete an identity (created with saveIdentity) from the campaign's progress file.
Syntax
- Syntax:
- Boolean = deleteIdentity "identity"
- Parameters:
- identity: String - name of the saved identity
- Return Value:
- Boolean - true if the identy was deleted successfully, false if not
Examples
- Example 1:
?deleteIdentity "playerIdentity":hint "Delete ok"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- saveIdentity

