# CBaseTrigger
extends CBaseEntity
| Function | Description | Client |
|---|---|---|
| void Disable() | Disable's the trigger | ❌ |
| void Enable() | Enable the trigger | ❌ |
| bool IsTouching(hEnt) | Checks whether the passed entity is touching the trigger. | ❌ |
extends CBaseEntity
| Function | Description | Client |
|---|---|---|
| void Disable() | Disable's the trigger | ❌ |
| void Enable() | Enable the trigger | ❌ |
| bool IsTouching(hEnt) | Checks whether the passed entity is touching the trigger. | ❌ |