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