BIS fnc rscLayer: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(page filling) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Register RSC layer. |= Description | ||
____________________________________________________________________________________________ | |||
| [layerName] call [[BIS_fnc_rscLayer]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= layerName: [[String]] - Layer name. Parent function name is used automatically when param is [[nil]].|= Parameter 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Number]] - Layer ID |= 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 16:35, 29 May 2018
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
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