Trigger standoff: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Requested to mark this as obsolete. Description is given a bit of an explanation, and outdated templates are replaced.)
m (embedded a link for trigger_finale in the notice)
Line 1: Line 1:
{{obsolete|entity=1|replacement=trigger_finale}}
{{obsolete|entity=1|replacement=[[trigger_finale]]}}
{{ent not in game}}
{{ent not in game}}
{{l4d series point|trigger_standoff}} Intended use of this entity is unknown, but based on leftover [[keyvalue]]s and I/O, this entity seems to be a mix of{{ent|func_button_timed}}and{{ent|trigger_finale}}entities's functionality.
{{l4d series point|trigger_standoff}} Intended use of this entity is unknown, but based on leftover [[keyvalue]]s and I/O, this entity seems to be a mix of{{ent|func_button_timed}}and{{ent|trigger_finale}}entities's functionality.
Line 18: Line 18:
{{IO|FinaleEscapeVehicleReadyForSurvivors|Make survivors say something about how the vehicle has stopped now.}}
{{IO|FinaleEscapeVehicleReadyForSurvivors|Make survivors say something about how the vehicle has stopped now.}}
{{IO|ForceFinaleStart|Start the finale now.}}
{{IO|ForceFinaleStart|Start the finale now.}}
{{I BaseEntity|l4d=1}}
{{I BaseEntity|l4d2=1}}


== Outputs ==
== Outputs ==

Revision as of 08:32, 12 July 2021

Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
It has since been deprecated by: trigger_finale.
Info-red.png
This entity is not in the game by default, but got left over in the FGD.
This feature is not available anymore.

Template:L4d series point Intended use of this entity is unknown, but based on leftover keyvalues and I/O, this entity seems to be a mix offunc_button_timedandtrigger_finaleentities's functionality.

Keyvalues

World model ([todo internal name (i)]) <model path>
Disable Shadows ([todo internal name (i)]) <boolean>
Used to disable dynamic shadows on this entity.
Use Duration ([todo internal name (i)]) <float>
Seconds a survivor must +use the trigger to start the finale (0 is instantaneous).
Use Delay ([todo internal name (i)]) <float>
Starts the finale this many seconds after a +use.


Flags

  • 512 : Diable +use

Inputs

FinaleEscapeFinished
Give the survivors a victory.
FinaleEscapeForceSurvivorPositions
Make the survivors stand still on the escape vehicle.
FinaleEscapeVehicleReadyForSurvivors
Make survivors say something about how the vehicle has stopped now.
ForceFinaleStart
Start the finale now.


Outputs

FinaleEscapeStarted
Fired when the survivors should start their escape.
FinaleWon
Fired when the survivors win the finale.
FinaleLost
Fired when the survivors lose the finale.
UseStart
Fired when a duration-based +use starts.
UseCancel
Fired when a duration-based +use is stopped early.
FinaleStart
Fired when the finale starts.
FinalePause
Fired during the pause between each finale wave.
EscapeVehicleLeaving
Fired when the escape vehicle starts to leave.