BIS fnc markerParams: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Returns marker params in format compatible with [[BIS_fnc_markerCreate]]. |= Description | ||
____________________________________________________________________________________________ | |||
| varName call '''BIS_fnc_markerParams''' |= Syntax | |||
|p1= varName: [[String]] - Variable name of the marker |= Parameter 1 | |||
| [[Array]] - Marker parameters | |||
*0: [[Array]] with [[String]] - Variable name of the marker | |||
* | *1: [[Array]] - Position of the marker | ||
*2: [[Array]] - Size | |||
*3: [[String]] - Colour | |||
*4: [[String]] - Type | |||
*5: [[String]] - Brush | |||
*6: [[String]] - Shape | |||
*7: [[Number]] - Alpha | |||
*8: [[String]] - Name of the marker|= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>_params = "marker_1" [[call]] '''BIS_fnc_markerParams''';</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[BIS_fnc_markerCreate]] |= See also | ||
}} | }} | ||
Revision as of 14:37, 17 May 2018
Description
- Description:
- Returns marker params in format compatible with BIS_fnc_markerCreate.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- varName call BIS_fnc_markerParams
- Parameters:
- varName: String - Variable name of the marker
- Return Value:
- Array - Marker parameters
Examples
- Example 1:
_params = "marker_1" call BIS_fnc_markerParams;
Additional Information
- See also:
- BIS_fnc_markerCreate
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