| Method | Parameters | Returns | Description |
| GetImagesDisplay | string: displayer id | DialogImagesDisplay | Gets a dialog image displayer by its id. |
| DisplayImage |
string: image id
string: target (displayer id)
| | Displays an image by image id on a displayer by its id. |
| DisplayImages |
ARegisterDialogEntry.Image[]: images
bool: cleanup (default = true)
| | Displays a set of images. If cleanup is enabled, unused displayers will reset its display image (this is the default behaviour). |
| GetAllDisplayers | | DialogImagesDisplay[] | Gets all image displayers. |