Background_get_texture - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

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