cutText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 30: Line 30:
* '''"WHITE OUT"'''
* '''"WHITE OUT"'''
* '''"WHITE IN"'''
* '''"WHITE IN"'''
Also see [[titleText]], with these two commands you can show two different texts at once (optimally with two different types).





Revision as of 23:49, 27 May 2006


cutText effect


Operand types:

effect: Array

Type of returned value:

Nothing

Description:

Text background - arguments in format ["name", "type", speed] or ["name", "type"].
If speed is not given, 1 is assumed.
Type may be one of:

  • "PLAIN"
  • "PLAIN DOWN"
  • "BLACK"
  • "BLACK FADED"
  • "BLACK OUT"
  • "BLACK IN"
  • "WHITE OUT"
  • "WHITE IN"

Also see titleText, with these two commands you can show two different texts at once (optimally with two different types).


Example:

cutText ["", "BLACK OUT"] cutText ["", "BLACK OUT", 10]