deleteStatus: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofpr |= Game name | |||
|1.75|= Game version | |||
|eff= global |= Effects in MP | |||
____________________________________________________________________________________________ | |||
' | | Delete a status (created with [[saveStatus]]) from the campaign's progress file. |= Description | ||
____________________________________________________________________________________________ | |||
''' | | '''deleteStatus''' status |= Syntax | ||
|p1= status: [[String]] - name of the saved status |= Parameter 1 | |||
[[Boolean]] | | [[Boolean]] - | ||
true if the status was deleted successfully, false if not |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>deleteStatus "playerStatus"</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| [[saveStatus]] |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Scripting Commands|DELETESTATUS]] | |||
[[Category:Scripting Commands OFP 1.96|DELETESTATUS]] | |||
[[Category:Scripting Commands ArmA|DELETESTATUS]] |
Revision as of 23:45, 1 August 2006
Description
- Description:
- Delete a status (created with saveStatus) from the campaign's progress file.
- Groups:
- Uncategorised
Syntax
- Syntax:
- deleteStatus status
- Parameters:
- status: String - name of the saved status
- Return Value:
- Boolean - true if the status was deleted successfully, false if not
Examples
- Example 1:
deleteStatus "playerStatus"
Additional Information
- See also:
- saveStatus
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