Remove (script event)

Game class

This event operates on an instance of the game class type {{{gameclass}}}

Description

Removes this entity from the game.

Usage

void remove()

Parameters

This script event does not accept parameters.

Examples

 
$my_entity.remove();

Notes

This script event does not return any values.