Env portal credits: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Cleanup)
Line 1: Line 1:
{{portal series point|env_portal_credits}}
{{portal series point|env_portal_credits}} It controls the rolling credits for Portal & Portal 2.


==Entity description==
== Keyvalues ==
An entity to control the rolling credits for Portal & Portal 2.
 
==Keyvalues==
{{KV Targetname}}
{{KV Targetname}}


==Inputs==
== Inputs ==
{{IO|RollCredits|Start the intro credits rolling.}}
{{IO|RollOutroCredits|Start the outro credits rolling.}}
{{IO|ShowLogo|Show the HL2 logo.}}
{{IO|RollPortalOutroCredits|Start the Portal greenscreen outro credits.}}
{{I Targetname}}
{{I Targetname}}
; <code>RollCredits</code>
: Start the intro credits rolling.
; <code>RollOutroCredits</code>
: Start the outro credits rolling.
; <code>ShowLogo</code>
: Show the HL2 logo.
; <code>RollPortalOutroCredits</code>
: Start the Portal greenscreen outro credits.


==Outputs==
== Outputs ==
{{IO|OnCreditsDone|Fired when the credits having finished rolling.}}
{{O Targetname}}
{{O Targetname}}
; <code>OnCreditsDone</code>
: Fired when the credits having finished rolling.

Revision as of 15:39, 31 July 2011

Template:Portal series point It controls 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 or target).
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.