Skip to content

Background_get_width

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Notation

Description

Gets the width in pixels of a given background and returns the result.

Parameters

  • ind: index of the background

Return Values

int: Returns the width of the background in pixels.

Example Call

// demonstrates obtaining the width in pixels of a given background
var mybgw;
mybgw = background_get_height(mybg);

NOTOC

This is number 1

Clone this wiki locally