BIS fnc rscLayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(page filling)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Register RSC layer. |= Description
____________________________________________________________________________________________


Description:
| [layerName] call [[BIS_fnc_rscLayer]] |= Syntax
Register RSC layer.
____________________________________________________________________________________________
 
Parameter(s):
_this select 0: STRING - layer name. Parent function name is used automatically when param is nil.
 
Returns:
NUMBER
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= layerName: [[String]] - Layer name. Parent function name is used automatically when param is [[nil]].|= Parameter 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_rscLayer]]; --> |= Syntax
| [[Number]] - Layer ID |= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>_id = ["myLayerName"] [[call]] [[BIS_fnc_rscLayer]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[allCutLayers]], [[titleRsc]], [[cutText]], [[cutObj]], [[cutFadeOut]], [[setTitleEffect]] |= See also
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 17:35, 29 May 2018

Hover & click on the images for description

Description

Description:
Register RSC layer.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[layerName] call BIS_fnc_rscLayer
Parameters:
layerName: String - Layer name. Parent function name is used automatically when param is nil.
Return Value:
Number - Layer ID

Examples

Example 1:
_id = ["myLayerName"] call BIS_fnc_rscLayer;

Additional Information

See also:
allCutLayerstitleRsccutTextcutObjcutFadeOutsetTitleEffect

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