Env portal credits: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Updated entity data style for consistency) |
||
Line 5: | Line 5: | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV Targetname}} | |||
==Inputs== | ==Inputs== | ||
{{I Targetname}} | |||
; <code>RollCredits</code> | |||
: Start the intro credits rolling. | : Start the intro credits rolling. | ||
; <code>RollOutroCredits</code> | |||
: Start the outro credits rolling. | : Start the outro credits rolling. | ||
; <code>ShowLogo</code> | |||
: Show the HL2 logo. | : Show the HL2 logo. | ||
; <code>RollPortalOutroCredits</code> | |||
: Start the Portal greenscreen outro credits. | : Start the Portal greenscreen outro credits. | ||
==Outputs== | ==Outputs== | ||
{{O Targetname}} | |||
; <code>OnCreditsDone</code> | |||
: Fired when the credits having finished rolling. | : Fired when the credits having finished rolling. |
Revision as of 12:06, 3 May 2011
Entity Description
An entity to control the rolling credits for Portal & Portal 2.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
RollCredits
- Start the intro credits rolling.
RollOutroCredits
- Start the outro credits rolling.
ShowLogo
- Show the HL2 logo.
RollPortalOutroCredits
- Start the Portal greenscreen outro credits.
Outputs
OnCreditsDone
- Fired when the credits having finished rolling.