ads_get_display_width(num)
Argument | Description |
---|---|
num | The advert number to display (0 - 4). |
Returns: Real
With this function you can get the width of the ad box defined
for the ads enabled by the ads_enable function.
ads_move(display_get_gui_width() - ads_get_display_width(0), 0, 0);
The above code will set an advert to display at the top right-hand of the display.