remove
This is a console command on id Tech 4 engines, present on DOOM 3, DOOM 3 BFG, Quake 4 and Prey. Below you can find its usage and flags for each engine that declares it.
DOOM 3 (console command)
removes an entity
Usage
usage: remove <name of entity to remove>
| Property |
Value |
| Type |
console command |
| Flags |
CMD_FL_GAME | CMD_FL_CHEAT |
DOOM 3 (script event)
Removes this entity from the game.
| Property |
Value |
| Type |
script event |
| Returns |
void |
| Section |
all entities |
DOOM 3 BFG
removes an entity
Usage
usage: remove <name of entity to remove>
| Property |
Value |
| Type |
console command |
| Flags |
CMD_FL_GAME | CMD_FL_CHEAT |
Quake 4 (console command)
removes an entity
Usage
usage: remove <name of entity to remove>
| Property |
Value |
| Type |
console command |
| Flags |
CMD_FL_GAME | CMD_FL_CHEAT |
Quake 4 (script event)
| Property |
Value |
| Type |
script event |
| Returns |
void |
Prey (console command)
remove all entities of a class or name
Usage
Usage: remove <entityclass/entityname>
| Property |
Value |
| Type |
console command |
| Flags |
CMD_FL_GAME | CMD_FL_CHEAT |
Prey (script event)
| Property |
Value |
| Type |
script event |
| Returns |
void |