Skip to content

Background_get_texture

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Notation

Description

Gets the index value to a given background's corresponding texture and returns the result.

Parameters

  • back: index of the background

Return Values

int: Returns the index value of the backgrounds corresponding texture

Example Call

// demonstrates obtaining a backgrounds texture
var mybgtex;
mybgtex = background_get_texture(mybg);

NOTOC

This is number 1

Clone this wiki locally