getImageName
Script::getImageName
Returns the name of the image.
Declaration
std::string getImageName(const Image* image);
Parameters
Name |
Type |
Description |
---|---|---|
image |
const Image* |
The Image to get the name of. |
Returns
The name of the Image if it exists, else, returns the empty string ""
.