int GetUrlImage(string url)
Attempts to connect to the a given URL, and downloads and returns an image pointer. If it fails, the pointer will be 0 VERGE will totally crash!
void AutoExec()
{
// Get a picture of Grue wearing a Verge T-Shirt. Bleh.
int img = GetUrlImage("http://www.verge-rpg.com/images/store/shirt_00_sidebar.jpg");
Blit(0, 0, img, screen);
while(1)
{
ShowPage();
}
}There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
![]() |
Your docs |
![]() |