allCutLayers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.58 | |1.58 | ||
|gr1= GUI Control | |gr1= GUI Control | ||
| 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: <br><tt>_layerNum <nowiki>=</nowiki> "myLayerName" [[cutFadeOut]] 0;</tt>.<br><br> 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 "". | | 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: <br><tt>_layerNum <nowiki>=</nowiki> "myLayerName" [[cutFadeOut]] 0;</tt>.<br><br> 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 "". | ||
| '''allCutLayers''' | | '''allCutLayers''' | ||
| [[Array]] - array of [[Strings]] | | [[Array]] - array of [[Strings]] | ||
|x1= <code>_allLayers = [[allCutLayers]];</code> | |x1= <code>_allLayers = [[allCutLayers]];</code> | ||
| [[cutRsc]], [[cutText]], [[cutObj]], [[cutFadeOut]], [[allActiveTitleEffects]] | | [[cutRsc]], [[cutText]], [[cutObj]], [[cutFadeOut]], [[allActiveTitleEffects]] | ||
}} | }} |
Revision as of 00:01, 18 January 2021
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
Examples
- Example 1:
_allLayers = allCutLayers;
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