Skip to content

Instance_destroy

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Notation

Description

Destroys the object calling the code. To destroy other objects, use the with statement.

Parameters

  • none: this function has no parameters

Return Values

This function has no return values.

Example Call

// demonstrates telling an object to destroy itself
with (myobject) {
  instance_destroy();
}

NOTOC

This is number 1

Clone this wiki locally