titleRsc: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(43 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|= Game version
|game2= ofpe
____________________________________________________________________________________________
|version2= 1.00


| Display a resource defined in RscTitles. Also see [[cutRsc]], with these two commands you can show two different resources at once. |= Description
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


|game4= arma2
|version4= 1.00


| '''titleRsc''' [text, type, speed, showInMap] |= Syntax
|game5= arma2oa
|version5= 1.50


|p1= [text, type, speed]: [[Array]] |= Parameter 1
|game6= tkoh
|p2= text: [[String]] - the class name of the resource. ("Default" will remove the current resource.)|= Parameter 2
|version6= 1.00
|p3= type: [[String]] one of "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.|= Parameter 2
|p4= speed (Optional): [[Number]] - Time in seconds to fade in resource. Default: -1 |= Parameter 3
|p5= showInMap (Optional): [[Boolean]] - [[false]] to hide the text when the map is opened. Default: [[true]]  |= Parameter 3


| [[Nothing]] |= Return value
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|x1= <code>[[titleRsc]] ["BIS", "PLAIN"]</code> |= Example 1
____________________________________________________________________________________________


| [[cutRsc]] |= See also
|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|{{GVI|arma3|1.58}} Multiple layers and map overlays are possible with [[cutRsc]] which provides more options and handles layers better.}}
 
|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 one of: "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]] to hide the text when the map is opened


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on 30 Jun, 2008
|x1= <sqf>titleRsc ["BIS", "PLAIN"];</sqf>
<dt class="note">'''[[User:Dr_Eyeball|Dr_Eyeball]]'''<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.<BR>
* using the 'Direct communication' chat channel messages will interfere with the HUD by hiding it, since it appears to use the same 'resource layer'.


|seealso= [[titleText]] [[titleObj]] [[cutRsc]] [[allActiveTitleEffects]] [[activeTitleEffectParams]]
}}


<!-- Note Section END -->
{{Note
</dl>
|user= Dr_Eyeball
|timestamp= 20080630084400
|text= 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'.
}}


<h3 style="display:none">Bottom Section</h3>
{{Note
[[Category:Scripting Commands|TITLERSC]]
|user= Kenoxite
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
|timestamp= 20140925100400
[[Category:Scripting Commands OFP 1.96|TITLERSC]]
|text= In OFP/CWA any ''<x>''Rsc will hide all the elements of the HUD, including the map.
[[Category:Scripting Commands OFP 1.46|TITLERSC]]
}}
[[Category:Scripting Commands ArmA|TITLERSC]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]


<!-- CONTINUE Notes -->
{{Note
<dl class="command_description">
|user= Honger
<dd class="notedate">Posted on September 25, 2014 - 10:04 (UTC)</dd>
|timestamp= 20230828163424
<dt class="note">[[User:Kenoxite|Kenoxite]]</dt>
|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.
<dd class="note">
}}
In OFP/CWA any ''<x>''Rsc will hide all the elements of the HUD, including the map.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 12:24, 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
Arma 3 logo black.png1.58 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 one of: "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

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
Dr_Eyeball - c
Posted on Jun 30, 2008 - 08:44 (UTC)
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'.
Kenoxite - c
Posted on Sep 25, 2014 - 10:04 (UTC)
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.