cutText: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (structured text support) |
m (template:command argument fix) |
||
Line 10: | Line 10: | ||
| Displays a text message in the center of the screen. The text can be displayed on multiple lines by using "\n" new line characters:<br><tt>[[cutText]] ["line1\nline2\nline3", "PLAIN"];</tt>. Since Arma 3 v1.73.142260 this command supports [[Structured Text]] formatting.<br><br> | | Displays a text message in the center of the screen. The text can be displayed on multiple lines by using "\n" new line characters:<br><tt>[[cutText]] ["line1\nline2\nline3", "PLAIN"];</tt>. Since Arma 3 v1.73.142260 this command supports [[Structured Text]] formatting.<br><br> | ||
{{Feature arma3|For greater efficiency and ease of modability it is recommended to use named layers available with alternative syntax since Arma 3 v1.57.134673}}|= | {{Feature arma3|For greater efficiency and ease of modability it is recommended to use named layers available with alternative syntax since Arma 3 v1.57.134673}}|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''cutText''' [text, type, speed, showInMap, isStructuredText] |= | | '''cutText''' [text, type, speed, showInMap, isStructuredText] |SYNTAX= | ||
|p1= [text, type, speed, showInMap, isStructuredText]: [[Array]] |= | |p1= [text, type, speed, showInMap, isStructuredText]: [[Array]] |PARAMETER1= | ||
|p2= text: [[String]] - text to be displayed |= | |p2= text: [[String]] - text to be displayed |PARAMETER2= | ||
|p3= type: [[String]] one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See [[Title Effect Type]]s for more information about these values. |= | |p3= type: [[String]] one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See [[Title Effect Type]]s for more information about these values. |PARAMETER3= | ||
|p4= speed (Optional): [[Number]] - Time in seconds to fade in resource. Default: -1 |= | |p4= speed (Optional): [[Number]] - Time in seconds to fade in resource. Default: -1 |PARAMETER4= | ||
|p5= showInMap (Optional): [[Boolean]] - [[false]] to hide the text when the map is opened. Default: [[true]] (''Introduced in {{arma3}}'') |= | |p5= showInMap (Optional): [[Boolean]] - [[false]] to hide the text when the map is opened. Default: [[true]] (''Introduced in {{arma3}}'') |PARAMETER5= | ||
|p6= isStructuredText (Optional): [[Boolean]] - [[true]] to switch support for [[Structured Text]] formatting. Default: [[false]] (See Example 4. Available since Arma 3 v1.73.142260) |= | |p6= isStructuredText (Optional): [[Boolean]] - [[true]] to switch support for [[Structured Text]] formatting. Default: [[false]] (See Example 4. Available since Arma 3 v1.73.142260) |PARAMETER3= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
|s2= layer '''cutText''' [text, type, speed, showInMap, isStructuredText] |= | |s2= layer '''cutText''' [text, type, speed, showInMap, isStructuredText] |SYNTAX= | ||
|p21= layer: [[Number]] - layer number on which the effect is shown, where 0 is the back most. Layer number is rounded to the nearest integer and also cannot be negative. Layer 99.5 will be treated as layer 100. |= | |p21= layer: [[Number]] - layer number on which the effect is shown, where 0 is the back most. Layer number is rounded to the nearest integer and also cannot be negative. Layer 99.5 will be treated as layer 100. |PARAMETER2= | ||
|p22= [text, type, speed, showInMap, isStructuredText]: [[Array]] |= | |p22= [text, type, speed, showInMap, isStructuredText]: [[Array]] |PARAMETER1= | ||
|p23= text: [[String]] - text to be displayed |= | |p23= text: [[String]] - text to be displayed |PARAMETER3= | ||
|p24= type: [[String]] one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See [[Title Effect Type]]s for more information about these values. |= | |p24= type: [[String]] one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See [[Title Effect Type]]s for more information about these values. |PARAMETER4= | ||
|p25= speed (Optional): [[Number]] - Time in seconds to fade in resource. Default: -1 |= | |p25= speed (Optional): [[Number]] - Time in seconds to fade in resource. Default: -1 |PARAMETER5= | ||
|p26= showInMap (Optional): [[Boolean]] - [[false]] to hide the text when the map is opened. Default: [[true]] (''Introduced in {{arma3}}'') |= | |p26= showInMap (Optional): [[Boolean]] - [[false]] to hide the text when the map is opened. Default: [[true]] (''Introduced in {{arma3}}'') |PARAMETER6= | ||
|p27= isStructuredText (Optional): [[Boolean]] - [[true]] to switch support for [[Structured Text]] formatting. Default: [[false]] (See Example 4. Available since Arma 3 v1.73.142260) |= | |p27= isStructuredText (Optional): [[Boolean]] - [[true]] to switch support for [[Structured Text]] formatting. Default: [[false]] (See Example 4. Available since Arma 3 v1.73.142260) |PARAMETER3= | ||
|r2= [[Nothing]] |= | |r2= [[Nothing]] |RETURNVALUE= | ||
|s3= layerName '''cutText''' [text, type, speed, showInMap, isStructuredText] (''Since Arma 3 v1.57.134673'') |= | |s3= layerName '''cutText''' [text, type, speed, showInMap, isStructuredText] (''Since Arma 3 v1.57.134673'') |SYNTAX= | ||
|p41= layerName: [[String]] - layer name on which the effect is shown. Layer names are CaSe SeNsItIvE |= | |p41= layerName: [[String]] - layer name on which the effect is shown. Layer names are CaSe SeNsItIvE |PARAMETER2= | ||
|p42= [text, type, speed, showInMap, isStructuredText]: [[Array]] |= | |p42= [text, type, speed, showInMap, isStructuredText]: [[Array]] |PARAMETER1= | ||
|p43= text: [[String]] - text to be displayed |= | |p43= text: [[String]] - text to be displayed |PARAMETER3= | ||
|p44= type: [[String]] one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See [[Title Effect Type]]s for more information about these values. |= | |p44= type: [[String]] one of "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" and "WHITE IN". See [[Title Effect Type]]s for more information about these values. |PARAMETER4= | ||
|p45= speed (Optional): [[Number]] - Time in seconds to fade in resource. Default: -1 |= | |p45= speed (Optional): [[Number]] - Time in seconds to fade in resource. Default: -1 |PARAMETER5= | ||
|p46= showInMap (Optional): [[Boolean]] - [[false]] to hide the text when the map is opened. Default: [[true]] (''Introduced in {{arma3}}'') |= | |p46= showInMap (Optional): [[Boolean]] - [[false]] to hide the text when the map is opened. Default: [[true]] (''Introduced in {{arma3}}'') |PARAMETER6= | ||
|p47= isStructuredText (Optional): [[Boolean]] - [[true]] to switch support for [[Structured Text]] formatting. Default: [[false]] (See Example 4. Available since Arma 3 v1.73.142260) |= | |p47= isStructuredText (Optional): [[Boolean]] - [[true]] to switch support for [[Structured Text]] formatting. Default: [[false]] (See Example 4. Available since Arma 3 v1.73.142260) |PARAMETER3= | ||
|r3= [[Number]] - number of the allocated layer |= | |r3= [[Number]] - number of the allocated layer |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[cutText]] ["","BLACK OUT"]; | |x1= <code>[[cutText]] ["","BLACK OUT"]; | ||
[[cutText]] ["Hello World!","PLAIN",2];</code> |= | [[cutText]] ["Hello World!","PLAIN",2];</code> |EXAMPLE1= | ||
|x2= <code>2 [[cutText]] ["Hello World!","PLAIN",2];</code> |= | |x2= <code>2 [[cutText]] ["Hello World!","PLAIN",2];</code> |EXAMPLE2= | ||
|x3= <code>_layer1 = "normal" [[cutText]] ["In The Centre","PLAIN"]; | |x3= <code>_layer1 = "normal" [[cutText]] ["In The Centre","PLAIN"]; | ||
_layer2 = "down" [[cutText]] ["At The Bottom","PLAIN DOWN"];</code> |= | _layer2 = "down" [[cutText]] ["At The Bottom","PLAIN DOWN"];</code> |EXAMPLE3= | ||
|x4=Since Arma 3 v1.73.142260:<code>[[cutText]] ["<t color='#ff0000' size='5'>RED ALERT!</t><br/>***********", "PLAIN", -1, [[true]], [[true]]];</code> |= | |x4=Since Arma 3 v1.73.142260:<code>[[cutText]] ["<t color='#ff0000' size='5'>RED ALERT!</t><br/>***********", "PLAIN", -1, [[true]], [[true]]];</code> |EXAMPLE4= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[allCutLayers]], [[titleText]], [[cutRsc]], [[cutObj]], [[cutFadeOut]] |= | | [[allCutLayers]], [[titleText]], [[cutRsc]], [[cutObj]], [[cutFadeOut]] |SEEALSO= | ||
}} | }} |
Revision as of 14:37, 7 April 2019
Description
- Description:
- Displays a text message in the center of the screen. The text can be displayed on multiple lines by using "\n" new line characters:
cutText ["line1\nline2\nline3", "PLAIN"];. Since Arma 3 v1.73.142260 this command supports Structured Text formatting.
- Groups:
- Uncategorised
Syntax 1
- Syntax:
- cutText [text, type, speed, showInMap, isStructuredText]
- Parameters:
- [text, type, speed, showInMap, isStructuredText]: Array
- 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 (Optional): Number - Time in seconds to fade in resource. Default: -1
- showInMap (Optional): Boolean - false to hide the text when the map is opened. Default: true (Introduced in Arma 3)
- isStructuredText (Optional): Boolean - true to switch support for Structured Text formatting. Default: false (See Example 4. Available since Arma 3 v1.73.142260)
- Return Value:
- Nothing
Syntax 2
- Syntax:
- layer cutText [text, type, speed, showInMap, isStructuredText]
- Parameters:
- layer: Number - layer number on which the effect is shown, where 0 is the back most. Layer number is rounded to the nearest integer and also cannot be negative. Layer 99.5 will be treated as layer 100.
- [text, type, speed, showInMap, isStructuredText]: Array
- 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 (Optional): Number - Time in seconds to fade in resource. Default: -1
- showInMap (Optional): Boolean - false to hide the text when the map is opened. Default: true (Introduced in Arma 3)
- isStructuredText (Optional): Boolean - true to switch support for Structured Text formatting. Default: false (See Example 4. Available since Arma 3 v1.73.142260)
- Return Value:
- Nothing
Syntax 3
- Syntax:
- layerName cutText [text, type, speed, showInMap, isStructuredText] (Since Arma 3 v1.57.134673)
- Parameters:
- layerName: String - layer name on which the effect is shown. Layer names are CaSe SeNsItIvE
- [text, type, speed, showInMap, isStructuredText]: Array
- 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 (Optional): Number - Time in seconds to fade in resource. Default: -1
- showInMap (Optional): Boolean - false to hide the text when the map is opened. Default: true (Introduced in Arma 3)
- isStructuredText (Optional): Boolean - true to switch support for Structured Text formatting. Default: false (See Example 4. Available since Arma 3 v1.73.142260)
- Return Value:
- Number - number of the allocated layer
Examples
- Example 1:
cutText ["","BLACK OUT"]; cutText ["Hello World!","PLAIN",2];
- Example 2:
2 cutText ["Hello World!","PLAIN",2];
- Example 3:
_layer1 = "normal" cutText ["In The Centre","PLAIN"]; _layer2 = "down" cutText ["At The Bottom","PLAIN DOWN"];
- Example 4:
- Since Arma 3 v1.73.142260:
cutText ["<t color='#ff0000' size='5'>RED ALERT!</t><br/>***********", "PLAIN", -1, true, true];
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
- Posted on September 20, 2013 - 06:59
- Killzone_Kid
- In Arma 3 "PLAIN" param will display your text where the crosshair is, "PLAIN DOWN" will push the text further down, closer to the bottom of the screen.
Bottom Section
- Posted on July 6, 2016 - 13:32 (UTC)
- Krzmbrzl00
-
The value for speed has to be greater 0. If 0 is used as speed the default value (1) will be used.
If you want to create an "instant" effect you can use a really small value (e.g. 0.001)
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.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Interaction
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters