deleteStatus
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 a status (created with saveStatus) from the campaign's progress file.
Syntax
- Syntax:
- Boolean = deleteStatus "statusName"
- Parameters:
- statusName: String - name of the saved status
- Return Value:
- Boolean - true if the status was deleted successfully, false if not
Examples
- Example 1:
? deleteStatus "playerStatus" : "saved status gone from campaign"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- saveStatus

