BIS fnc rscLayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Register RSC layer. |= Description
| Register RSC layer. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [layerName] call [[BIS_fnc_rscLayer]] |= Syntax
| [layerName] call [[BIS_fnc_rscLayer]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


|p1= layerName: [[String]] - Layer name. Parent function name is used automatically when param is [[nil]].|= Parameter 1
|p1= layerName: [[String]] - Layer name. Parent function name is used automatically when param is [[nil]].|PARAMETER1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] - Layer ID |= Return value
| [[Number]] - Layer ID |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 15:33, 7 April 2019

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