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