cutText: Difference between revisions
Jump to navigation
Jump to search
(updated) |
Dr Eyeball (talk | contribs) (Arma2 layer parameter) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Text background - '''effect''' is in format [" | | Text background - '''effect''' is in format ["text", "type", (speed)]. | ||
If speed is not given, 1 is assumed. | If speed is not given, 1 is assumed. | ||
Line 26: | Line 26: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''cutText''' effect |= Syntax | | (layer) '''cutText''' effect |= Syntax | ||
|p1= | |p1= layer: [[Number]] - This parameter is optional and only available in Arma 2. Omit it for earlier versions. It defines the layer in which the effect is shown, where 0 is the back most. |= Parameter 1 | ||
|p2= | |p2= effect: [[Array]] |= Parameter 2 | ||
|p3= | |p3= text: [[String]] - the text to be displayed |= Parameter 3 | ||
|p4= speed: [[Number]] - time in seconds in which the text will be faded in. |= Parameter | |p4= type: [[String]] |= Parameter 4 | ||
|p5= speed: [[Number]] - time in seconds in which the text will be faded in. |= Parameter 5 | |||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
Line 41: | Line 43: | ||
|x1= <pre>cutText ["","BLACK OUT"] | |x1= <pre>cutText ["","BLACK OUT"] | ||
cutText ["Hello World!","PLAIN",2]</pre> |= Example 1 | cutText ["Hello World!","PLAIN",2]</pre> |= Example 1 | ||
|x2= <pre>2 cutText ["Hello World!","PLAIN",2];</pre> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[titleText]] |= See also | | [[titleText]], [[cutRsc]], [[cutObj]] |= See also | ||
}} | }} |
Revision as of 06:08, 22 June 2009
Description
- Description:
- Text background - effect is in format ["text", "type", (speed)].
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"
- Groups:
- Uncategorised
Syntax
- Syntax:
- (layer) cutText effect
- Parameters:
- layer: Number - This parameter is optional and only available in Arma 2. Omit it for earlier versions. It defines the layer in which the effect is shown, where 0 is the back most.
- effect: Array
- text: String - the text to be displayed
- type: String
- speed: Number - time in seconds in which the text will be faded in.
- 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 OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Camera Control
- Scripting Commands ArmA2