SaveGame.Delete
Description
Deletes the specified identifier.
Parameters
Name | Type | Description | Required |
---|---|---|---|
identifier | string | The identifier to delete. | required |
path | SaveGamePath | The path to delete data from | optional |
Examples
Simple Deleting
SaveGame.Delete ( "simple.txt" );