titleRsc: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )([A-Z])([a-z])" to "$1\L$3$4")
Line 35: Line 35:
|p2= type: [[String]] - Can be: "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.
|p2= type: [[String]] - Can be: "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= speed: [[Number]] - (Optional, default -1) Time in seconds to fade in resource
|p3= speed: [[Number]] - (Optional, default -1) \LTime in seconds to fade in resource


|p4= showInMap: [[Boolean]] - (Optional, default [[true]]) [[false||False]] to hide the text when the map is opened.
|p4= showInMap: [[Boolean]] - (Optional, default [[true]]) [[false||False]] to hide the text when the map is opened.

Revision as of 12:21, 8 November 2023

Hover & click on the images for description

Description

Description:
Displays a resource defined in RscTitles. Also see cutRsc, with these two commands you can show two different resources at once.
Arma 3
Multiple layers and map overlays are possible with cutRsc which provides more options and handles layers better.
Groups:
GUI Control

Syntax

Syntax:
titleRsc [text, type, speed, showInMap]
Parameters:
text: String - The class name of the resource. ("Default" will remove the current resource.)
type: String - Can be: "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: Number - (Optional, default -1) \LTime in seconds to fade in resource
showInMap: Boolean - (Optional, default true) |False to hide the text when the map is opened.
Return Value:
Nothing

Examples

Example 1:
titleRsc ["BIS", "PLAIN"];

Additional Information

See also:
titleText titleObj cutRsc allActiveTitleEffects activeTitleEffectParams

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
Posted on 30 Jun, 2008
Dr_Eyeball
Using titleRsc (unlike cutRsc) for a HUD will mean:
  • the HUD will remain visible when you access the map and overlay it.
  • using the 'Direct communication' chat channel messages will interfere with the HUD by hiding it, since it appears to use the same 'resource layer'.
Posted on 2014-09-25 - 10:04 (UTC)
Kenoxite
In OFP/CWA any <x>Rsc will hide all the elements of the HUD, including the map.
Honger - c
Posted on Aug 28, 2023 - 16:34 (UTC)
The "Default" resource class does not exist in Arma 3 as of 2.12 version. Use a different class to remove resources that are not finite.