setTitleEffect (VBS1)
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 1
- Version:
- 2.12.14
Description
- Description:
- Defines the title effect.
Type can be "NONE", "OBJECT", "RES" or "TEXT".
- For "TEXT", the effect defines a subtype: "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" or "WHITE IN". Text is shown as text itself.
- For "OBJECT", text defines the shown object, a subclass of CfgTitles.
- For "RES", text defines a resource class, a subclass of RscTitles.
Syntax
- Syntax:
- trigger or waypoint setTitleEffect [type, effect, text]
- Parameters:
- trigger or waypoint: Object
- type: String
- effect: String
- text: String
- type: String
- Return Value:
- Nothing
Examples
- Example 1:
trigger setTitleEffect ["TEXT", "PLAIN DOWN", "Hello world."]
Additional Information
- Multiplayer:
- -
Notes
Notes