titleText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(reformatted) |
||
Line 5: | Line 5: | ||
|1.00|= Game version | |1.00|= Game version | ||
|eff= local |= Effects in MP | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Displays text across the screen.<br> | ||
If used along with [[cutText]] two different texts (in different type styles) can be shown at once. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''titleText''' [text, type, speed] |= Syntax | | '''titleText''' [text, type, speed] |= Syntax | ||
|p1= | |p1= text: [[String]] |= Parameter 1 | ||
|p2= | |p2= type: [[String]]- Possible [[Title Effect Type]]s:<br> | ||
• "PLAIN"<br> | |||
| | • "PLAIN DOWN"<br> | ||
• "BLACK"<br> | |||
• "BLACK FADED"<br> | |||
• "BLACK OUT"<br> | |||
• "BLACK IN"<br> | |||
• "WHITE OUT"<br> | |||
• "WHITE IN"|= Parameter 2 | |||
|p3= speed: [[Number]] - optional, default 1 |= Parameter 3 | |||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
Line 43: | Line 33: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[titleFadeOut]], [[cutText]] |= See also | |||
| [[titleFadeOut]] |= See also | |||
}} | }} | ||
Line 51: | Line 40: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 23:26, 6 February 2009
Description
- Description:
- Displays text across the screen.
If used along with cutText two different texts (in different type styles) can be shown at once. - Groups:
- Uncategorised
Syntax
- Syntax:
- titleText [text, type, speed]
- Parameters:
- text: String
- type: String- Possible Title Effect Types:
• "PLAIN"
• "PLAIN DOWN"
• "BLACK"
• "BLACK FADED"
• "BLACK OUT"
• "BLACK IN"
• "WHITE OUT"
• "WHITE IN" - speed: Number - optional, default 1
- Return Value:
- Nothing
Examples
- Example 1:
titleText ["Show this text", "PLAIN"]
Additional Information
- See also:
- titleFadeOutcutText
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