QueueCinematicText

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Displays cinematic text with fade out effect on the screen, similar to "Quest started" text. Optional arguments can be used to configure the display. Queue priority argument accepts the following values:
0 - Append to queue
1 - Prepend to queue
2 - Clear queue and display immediately
Justification argument accepts the following values:
0 - Left
1 - Center
2 - Right

Title and subtitle fonts accept integer values corresponding to font slots in [Fonts] section in Fallout.ini.

Syntax

[help]
QueueCinematicText title:string subtitle:string soundID:string queuePriority:int justification:int titleFont:int subtitleFont:int

Example

QueueCinematicText "Title" "Subtitle" "UIPopUpQuestComplete" 2 2 1 1 

See Also