background_duplicate - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Creates a duplicate of a given background.
- index: index of the background to duplicate
int: Returns the index of the new background created from another background.
// demonstrates creating a duplicate copy of one background and obtaining the index
var newbg;
newbg = background_duplicate(oldbg);
NOTOC