instance_destroy - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Destroys the object calling the code. To destroy other objects, use the with statement.
- none: this function has no parameters
This function has no return values.
// demonstrates telling an object to destroy itself
with (myobject) {
instance_destroy();
}
NOTOC