| IGameGetAllImagesWithDetails Method |
Gets details on all images that are associated with this Game in the user's collection, including image path, image type, and region information.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax ImageDetails[] GetAllImagesWithDetails()
Function GetAllImagesWithDetails As ImageDetails()
array<ImageDetails^>^ GetAllImagesWithDetails()
abstract GetAllImagesWithDetails : unit -> ImageDetails[]
Return Value
ImageDetailsAn array of
ImageDetails objects that represent all of the game's images.
See Also