-
Notifications
You must be signed in to change notification settings - Fork 0
Background_get_texture
hpgDesigns edited this page Aug 8, 2021
·
1 revision
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
This is number 1