db_trigger_respawn

From Valve Developer Community
Jump to: navigation, search

db_trigger_respawn is a point entity available in Dreamball Dreamball.

Entity Description

A respawn trigger. When triggered it will respawn the player at the last checkpoint. It is a brush-based entity and must be used with the tools/toolstrigger texture.

Keyvalues

BaseTrigger
Filter Name (filtername) <filter>
A filter entity to test potential activators against.
Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).


Flags

BaseTrigger
  •  Everything (not including physics debris) : [64]
  •  Clients (Survivors, Special Infected, Tanks Left 4 Dead series) : [1]

  •  Only clients in vehicles : [32]

  •  Only clients *not* in vehicles : [512]

  •  Disallow Bots (removed since Left 4 Dead) : [4096]
  •  NPCs (Common Infected, Witches Left 4 Dead series) : [2]

  •  Only NPCs in vehicles (respects player ally flag) : [2048]
  •  Physics Objects (not including physics debris) : [8]

  •  Physics debris (include also physics debris) : [1024]


Inputs


  • BaseTrigger:
Toggle
Toggles this trigger between enabled and disabled states.
Enable
Enable trigger
Disable
Disable trigger

Outputs

Fired in response to FireUser1-4 inputs. See User Inputs and Outputs.
!activator = activator
  • OnStartTouch
Fired when an entity starts touching this trigger. The touching entity must pass this trigger's filters to cause this output to fire.
!activator = toucher
  • OnEndTouch
Fired when an entity stops touching this trigger. Only entities that passed this trigger's filters will cause this output to fire.
!activator = exiting entity
  • OnRespawn
Fired when the player respawns with this trigger.

See also