Categories


Description :

Destroys the the object.

Uses :

Use this for destroying objects when they are no longer needed. Please use Destroy if you have also used New Object in the game. Objects take up memory and having too many can slow the game down.

Example :

The following code destroys the object once its Health becomes zero.