cutText: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
m (VBS2 scripting category removal) |
||
Line 51: | Line 51: | ||
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 05:11, 19 July 2011
Description
- Description:
- Displays a text message in the center of the screen.
- Groups:
- Uncategorised
Syntax
- Syntax:
- cutText [text,type,speed]
- Parameters:
- text: String - text to be displayed
- type: String one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See Title Effect Types for more information about these values.
- speed: Number - Time in seconds to fade in resource (optional, default: 1)
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- layer cutText [text,type,speed] (Only available in Arma 2 or VBS2 (1.30+).)
- Parameters:
- layer: Number - Defines the layer in which the effect is shown, where 0 is the backmost one.
- text: String - text to be displayed
- type: String one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See Title Effect Types for more information about these values.
- speed: Number - Time in seconds to fade in resource (optional, default: 1)
- Return Value:
- Nothing
Examples
- Example 1:
cutText ["","BLACK OUT"] cutText ["Hello World!","PLAIN",2]
- Example 2:
2 cutText ["Hello World!","PLAIN",2];
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Interaction
- Scripting Commands ArmA2