titleText: Difference between revisions
No edit summary  | 
				 (classified)  | 
				||
| Line 55: | Line 55: | ||
[[Category:Scripting Commands OFP 1.46|TITLETEXT]]  | [[Category:Scripting Commands OFP 1.46|TITLETEXT]]  | ||
[[Category:Scripting Commands ArmA|TITLETEXT]]  | [[Category:Scripting Commands ArmA|TITLETEXT]]  | ||
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]  | |||
Revision as of 23:13, 18 February 2008
Description
- Description:
 - Text title - 
Also see cutText, with these two commands you can show two different texts at once (optimally with two different types). - Multiplayer:
 - This function only works locally
 - Groups:
 - Uncategorised
 
Syntax
- Syntax:
 - titleText ["text", "type", speed]
 - Parameters:
 - text: String
 - type: String. May be one of:
• "PLAIN"
• "PLAIN DOWN"
• "BLACK"
• "BLACK FADED"
• "BLACK OUT"
• "BLACK IN"
• "WHITE OUT"
• "WHITE IN" - speed: Number Optional. Default 1 See Title Effect Type for more information about these values.
 - Return Value:
 - Nothing
 
Examples
- Example 1:
 titleText ["Show this text", "PLAIN"]
Additional Information
- See also:
 - See also needed
 
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
- 
See also titleFadeOut --Crowe 16:20, 7 November 2007 (CET)