Env outtro stats: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-entity template)
(-added some notices)
Line 6: Line 6:


== Inputs ==
== Inputs ==
{{IO|RollStatsCrawl|Start the outro stats rolling.}}
{{IO|RollStatsCrawl|Start the outro stats rolling.{{Important|FinaleEscapeFinished input to trigger_finale must be fired before this for the stats to work properly}}}}
{{IO|RollCredits|Start the outro credits rolling.}}
{{IO|RollCredits|Start the outro credits rolling.{{Confusion|This is meant for the actual game credits (showing people that worked on the game) }}}}


== Outputs ==
== Outputs ==
{{IO|OnOuttroStatsDone|Fired when the stats having finished rolling or the user cancels out.}}
{{IO|OnOuttroStatsDone|Fired when the stats having finished rolling or the user cancels out.{{Confirm|Doesn't seem to work}}}}

Revision as of 12:17, 21 July 2023

C++ Class hierarchy
COuttroStats
CPointEntity
CBaseEntity

Template:Entity It controls the outtro stats at the end of a campaign.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

RollStatsCrawl
Start the outro stats rolling.
Icon-Important.pngImportant:FinaleEscapeFinished input to trigger_finale must be fired before this for the stats to work properly
RollCredits
Start the outro credits rolling.
Warning.pngRisk of Confusion:This is meant for the actual game credits (showing people that worked on the game)

Outputs

OnOuttroStatsDone
Fired when the stats having finished rolling or the user cancels out.
Confirm:Doesn't seem to work