|
Returns the name of the bitmap. Note the difference between calling STATE_background_get_bitmap()
and then getting the bitmap name using STATE_bitmap_get_name()
The difference is that here we will get the name even if the bitmap was not loaded yet.
For example when our world is on the Internet then we first download the world and only then
the bitmaps are downloaded. If we call this function we would still get the name even though the bitmap wasn't
loaded to the engine yet. If you didnt understand this explanation then relax, it is not so important.
|