deleteIdentity: 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">'''deleteIdentity ''identityName'''''</h2> | <h2 style="color:#000066">'''deleteIdentity ''identityName'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
identityName: [[String]] | '''identityName:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Line 11: | Line 14: | ||
'''Description:''' | '''Description:''' | ||
Delete identity created by saveIdentity from campaign progress file. | Delete identity created by [[saveIdentity]] from campaign progress file. | ||
'''Example:''' | '''Example:''' | ||
'''deleteIdentity''' "playerIdentity" | '''deleteIdentity''' "playerIdentity" |
Revision as of 10:55, 16 April 2006
back to COMREF
deleteIdentity identityName
Operand types:
identityName: String
Type of returned value:
Description:
Delete identity created by saveIdentity from campaign progress file.
Example:
deleteIdentity "playerIdentity"