allCutLayers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "|Game version=" to "|Game version= |gr1= GUI Control |GROUP1= ")
Line 5: Line 5:


|1.58|Game version=
|1.58|Game version=
|gr1= GUI Control |GROUP1=


|gr1= GUI Control |=GROUP1
|gr1= GUI Control |=GROUP1

Revision as of 11:33, 18 September 2020

Hover & click on the images for description

Description

Description:
Returns all named layers used by cutRsc, cutText, cutObj or cutFadeOut. The layer normally would be added on the first use of any of the aforementioned commands, however if a layer needs to be reserved it could be done like so:
_layerNum = "myLayerName" cutFadeOut 0;.

The index of the layer name in the array corresponds to the layer number the cut effect will be displayed on. If no layers were defined, the return is [""], because 0 layer is reserved for usage in cut commands without layer param or when name of the layer given is empty "".
Groups:
GUI Control

Syntax

Syntax:
allCutLayers
Return Value:
Array - array of Strings

Examples

Example 1:
_allLayers = allCutLayers;

Additional Information

See also:
cutRsccutTextcutObjcutFadeOutallActiveTitleEffects

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