Title Effect Type

From Bohemia Interactive Community
Revision as of 15:32, 16 February 2007 by Pyro05x (talk | contribs) (making the article, saving progress)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Many commands relating to GUI Interaction require a string often called type. This type tells the game engine how to show text, objects, or resources. The possible types and their descriptions are shown below:

Type Description
"PLAIN" (description for plain)
"PLAIN DOWN" (description for plain down)
"BLACK" (description for black)
"BLACK FADED" (description for black faded)
"BLACK OUT" Causes the screen to turn completely black, and displays the optional text, object, or resource given. Text is shown in white. All other GUI is hidden behind this black 'curtain'.
"BLACK IN" Withdraws a black 'curtain' revealing the GUI.
"WHITE OUT" Causes the screen to turn completely white, and displays the optional text, object, or resource given. All GUI is hidden behind this black 'curtain'. This can easily blind the player and is not recommended.
"WHITE IN" Withdraws a white 'curtain' revealing the GUI.