env_outtro_stats
Jump to navigation
Jump to search
Code classes:
COuttroStats
CPointEntity
CBaseEntity
(all ents)
env_outtro_stats
is a point entity present in all games since Left 4 Dead. It plays the outro stats at the end of a campaign in
. It exists in
, but causes crashes when used.
Inputs[edit | edit source]
- RollStatsCrawl
- Shows the stats.
- RollCredits
- Shows Valve credits. Used on the
credits
map. - SkipStateChanged (Not in FGD)
- Done automatically. Tells the entity that a player has voted to skip the stats.
- PZEndGame (Not in FGD) (only available in
)
- Shows the rematch vote dialog. Sent automatically.
Outputs[edit | edit source]
- OnOuttroStatsDone
- Fires when the stats finish rolling or when they're skipped. Clarify: What's the purpose, exactly? Wouldn't the game be exiting to the menu at this moment?