SaveGame.Exists
Description
Checks if the specified identifier exists or not.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| identifier | string | The identifier | required |
| settings | SaveGameSettings | The optional settings | optional |
Returns
Returns true if the specified identifier exists, otherwise returns false.
Examples
Simple Checking
bool exists = SaveGame.Exists ( "simple.txt" );