background_get_texture - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Gets the index value to a given background's corresponding texture and returns the result.
- back: index of the background
int: Returns the index value of the backgrounds corresponding texture
// demonstrates obtaining a backgrounds texture
var mybgtex;
mybgtex = background_get_texture(mybg);
NOTOC