Click or drag to resize
LaunchBox

IGame Methods

The IGame type exposes the following members.

Methods
 NameDescription
Public methodAddControllerSupport Add a controller support record to this game
Public methodAddNewAdditionalApplication 
Public methodAddNewAlternateName 
Public methodAddNewCustomField 
Public methodAddNewMount 
Public methodConfigure 
Public methodGetAllAdditionalApplications 
Public methodGetAllAlternateNames 
Public methodGetAllCustomFields 
Public methodGetAllImagesWithDetails Gets details on all images that are associated with this Game in the user's collection, including image path, image type, and region information.
Public methodGetAllImagesWithDetails(String) Gets details on all images of a particular image type that are associated with this Game in the user's collection, including image path, image type, and region information.
Public methodGetAllMounts 
Public methodGetBigBoxDetails 
Public methodGetControllerSupport Gets all the controller support records for this game
Public methodGetManualPath 
Public methodGetMusicPath 
Public methodGetNewManualFilePath 
Public methodGetNewMusicFilePath 
Public methodGetNewThemeVideoFilePath 
Public methodGetNewVideoFilePathObsolete.
Public methodGetNextAvailableImageFilePath 
Public methodGetNextVideoFilePath 
Public methodGetThemeVideoPath 
Public methodGetVideoPath(Boolean) 
Public methodGetVideoPath(String) 
Public methodOpenFolder 
Public methodOpenManual 
Public methodPlay Launches the game. Does not use the startup screen or any other part of the launching process other than simply launching the game. If you're looking to use the whole process with startup screens, please use PluginHelper.LaunchBoxMainViewModel.PlayGame or PluginHelper.BigBoxMainViewModel.PlayGame instead.
Public methodTryRemoveAdditionalApplication 
Public methodTryRemoveAlternateNames 
Public methodTryRemoveCustomField 
Public methodTryRemoveMount 
Public methodUpdateTitleAndMigrateMedia This will allow you to rename the game as well as all associated media
Top
See Also