Checks if the configuration (Config Index) assigned to the user (User Index) exists in the save game slot.
- User Index : User index used with configuration
Return true if a file was found.
Check if a configuration with specified config index exist in virtual control configuration save game object.
- User Index : User Index used with configuration
- Config Index : Index used to identify configuration
Return true if specified configuration exist.
Save current setup in configuration SaveGame Slot. If configuration save game slot does not exist, a new one is created.
- User Index : User Index used with configuration
- Config Index : Index used to identify configuration
Return true if configuration is successfully saved.
Load configuration saved in SaveGame slot.
- User Index : User Index used with configuration
- Config Index : Index used to identify configuration
Return true if configuration with user Index and config index was found.
Delete configuration saved in save game object.
- User Index : User Index used with configuration
- Config Index : Index used to identify configuration
Return true if configuration successfully deleted.
Delete virtual control configuration (save game object file)
- User Index : User Index used with configuration
Return true if save game object successfully deleted.