deleteStatus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#D|COMREF]] | |||
<h2 style="color:#000066">'''deleteStatus ''statusName'''''</h2> | <h2 style="color:#000066">'''deleteStatus ''statusName'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
statusName: [[String]] | '''statusName:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Line 11: | Line 14: | ||
'''Description:''' | '''Description:''' | ||
Delete status created by saveStatus from campaign progress file. | Delete status created by [[saveStatus]] from campaign progress file. | ||
'''Example:''' | '''Example:''' | ||
'''deleteStatus''' "playerState" | '''deleteStatus''' "playerState" |
Revision as of 10:56, 16 April 2006
back to COMREF
deleteStatus statusName
Operand types:
statusName: String
Type of returned value:
Description:
Delete status created by saveStatus from campaign progress file.
Example:
deleteStatus "playerState"