titleObj: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Killzone Kid (talk | contribs) (corrections, format) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Shows object defined in global config in CfgTitles. Type may be one of: | ||
* "PLAIN" | |||
* "PLAIN DOWN" | |||
* "BLACK" | |||
* "BLACK FADED" | |||
* "BLACK OUT" | |||
* "BLACK IN" | |||
* "WHITE OUT" | |||
* "WHITE IN" | |||
See [[Title Effect Type]] for more information about these types. |= Description | See [[Title Effect Type]] for more information about these types. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''titleObj''' [ | | '''titleObj''' [class, type, speed] |= Syntax | ||
|p1= [ | |p1= [class, type, speed]: [[Array]] |= Parameter 1 | ||
|p2= | |p2= class: [[String]] |= Parameter 2 | ||
|p3= type: [[String]] | |p3= type: [[String]] |= Parameter 3 | ||
|p4= speed: [[Number]] | |p4= speed (Optional): [[Number]] |= Parameter 4 | ||
|p5= showOnMap (Optional): [[Boolean]] (''Since Arma 3'')|= Parameter 5 | |||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>[[titleObj]] ["BISLogo", "PLAIN"]</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[titleText]], [[titleRsc]], [[cutRsc]], [[cutObj]], [[cutText]] |= See also | ||
}} | }} | ||
Revision as of 00:26, 21 February 2016
Description
- Description:
- Shows object defined in global config in CfgTitles. Type may be one of:
- "PLAIN"
- "PLAIN DOWN"
- "BLACK"
- "BLACK FADED"
- "BLACK OUT"
- "BLACK IN"
- "WHITE OUT"
- "WHITE IN"
- Groups:
- Uncategorised
Syntax
- Syntax:
- titleObj [class, type, speed]
- Parameters:
- [class, type, speed]: Array
- class: String
- type: String
- speed (Optional): Number
- showOnMap (Optional): Boolean (Since Arma 3)
- Return Value:
- Nothing
Examples
- Example 1:
titleObj ["BISLogo", "PLAIN"]
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.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