titleRsc: Difference between revisions
Killzone Kid (talk | contribs) mNo edit summary |
No edit summary |
||
(42 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| ofp |= | |game1= ofp | ||
|version1= 1.00 | |||
|1.00 | |game2= ofpe | ||
|version2= 1.00 | |||
| | |game3= arma1 | ||
|version3= 1.00 | |||
|game4= arma2 | |||
|version4= 1.00 | |||
| | |game5= arma2oa | ||
|version5= 1.50 | |||
| | |game6= tkoh | ||
| | |version6= 1.00 | ||
| | |game7= arma3 | ||
|version7= 0.50 | |||
| | |||
| | |gr1= GUI Control | ||
}} | |eff= local | ||
|descr= Displays a resource defined in RscTitles. Also see [[cutRsc]], with these two commands you can show two different resources at once. | |||
{{Feature|arma3|Multiple layers and map overlays are possible with [[cutRsc]] which provides more options and handles layers better.|arma3|1.58}} | |||
|s1= [[titleRsc]] [text, type, speed, showInMap] | |||
|p1= text: [[String]] - The class name of the resource. ("Default" will remove the current resource.) | |||
|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 | |||
|p4= showInMap: [[Boolean]] - (Optional, default [[true]]) [[false||False]] to hide the text when the map is opened. | |||
|r1= [[Nothing]] | |||
< | |x1= <sqf>titleRsc ["BIS", "PLAIN"];</sqf> | ||
|seealso= [[titleText]] [[titleObj]] [[cutRsc]] [[allActiveTitleEffects]] [[activeTitleEffectParams]] | |||
}} | |||
[[ | |||
[[ | |||
[[ | |||
[[ | |||
[[ | |||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on | |||
<dt><dt> | |||
<dd class="notedate">Posted on 30 Jun, 2008</dd> | |||
<dt class="note">[[User:Dr_Eyeball|Dr_Eyeball]]</dt> | |||
<dd class="note"> | |||
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'. | |||
<dt><dt> | |||
<dd class="notedate">Posted on 2014-09-25 - 10:04 (UTC)</dd> | |||
<dt class="note">[[User:Kenoxite|Kenoxite]]</dt> | <dt class="note">[[User:Kenoxite|Kenoxite]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
In OFP/CWA any ''<x>''Rsc will hide all the elements of the HUD, including the map. | In OFP/CWA any ''<x>''Rsc will hide all the elements of the HUD, including the map. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
{{Note | |||
|user= Honger | |||
|timestamp= 20230828163424 | |||
|text= 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. | |||
}} |
Revision as of 18:34, 28 August 2023
Description
- Description:
- Displays a resource defined in RscTitles. Also see cutRsc, with these two commands you can show two different resources at once.
- 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) Time 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
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.
- 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.
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: GUI Control
- Scripting Commands: Local Effect