hide
This is a script event on id Tech 4 engines, present on DOOM 3, Quake 4 and Prey. Below you can find its signature for each game that declares it.
DOOM 3
Makes this entity invisible.
| Property |
Value |
| Type |
script event |
| Returns |
void |
| Section |
all entities |
Quake 4
| Property |
Value |
| Type |
script event |
| Returns |
void |
Prey (console command)
hide all entities of a class or name
Usage
Usage: hide <entityclass/entityname>
| Property |
Value |
| Type |
console command |
| Flags |
CMD_FL_GAME | CMD_FL_CHEAT |
Prey (script event)
| Property |
Value |
| Type |
script event |
| Returns |
void |