BIS fnc markerParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "|= Game name" to "|Game name=")
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| tkoh |= Game name
| tkoh |Game name=


|1.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Returns marker params in format compatible with [[BIS_fnc_markerCreate]]. |DESCRIPTION=
____________________________________________________________________________________________


Description:
| varName call '''BIS_fnc_markerParams''' |SYNTAX=
Returns marker params in format compatible with BIS_fnc_markerCreate


Parameter(s):
|p1= varName: [[String]] - Variable name of the marker |PARAMETER1=
_this: STRING - marker name


Returns:
| [[Array]] - Marker parameters
ARRAY - marker params
*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|RETURNVALUE=


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_markerParams]]; --> |= Syntax
|x1= <code>_params = "marker_1" [[call]] '''BIS_fnc_markerParams''';</code>|EXAMPLE1=
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[BIS_fnc_markerCreate]] |SEEALSO=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}



Revision as of 22:10, 30 August 2019

Hover & click on the images for description

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

Notes

Bottom Section