BIS fnc getBorderMarkers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function|= Comments " to "{{Function|Comments= ")
m (page filled)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
|game1= arma3


|1.78|Game version=
|version1= 1.78


<!---|arg= local |Multiplayer Arguments=--->
<!--|serverExec= server-->


<!---|eff= local |Multiplayer Effects=--->
<!--|arg= local-->


| <pre>/*
<!--|eff= local-->
Author: Riccardo Argiolas


Description:
|descr= Retrieves marker names used in the border restrictions module.
Retrieves marker names used in the border restrictions module


Parameters:
|call [[BIS_fnc_getBorderMarkers]]|=Syntax
None


Returns:
|r1= [[Array]] - List of markers
ARRAY: list of markers


Examples:
|x1= <code>[[call]] [[BIS_fnc_getBorderMarkers]];</code>
_move = ["BIS_marker",[1111,2222,0]] call BIS_fnc_moveMarker;
_move = ["BIS_marker",(getMarkerPos "BIS_marker2"),2] call BIS_fnc_moveMarker;
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_getBorderMarkers]]|Syntax=
|exec= call


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|seealso= [[BIS_fnc_moveMarker]]


|Datatype - description|Return value=
|x1= <code></code>|Example 1=
|exec= call |Execution=
| |See also=
}}
}}
[[Category:Function Group: Map|{{uc:getBorderMarkers}}]]
[[Category:Function Group: Map|{{uc:getBorderMarkers}}]]
[[Category:Functions|{{uc:getBorderMarkers}}]]
[[Category:Functions|{{uc:getBorderMarkers}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getBorderMarkers}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getBorderMarkers}}]]

Revision as of 14:34, 22 July 2020

Hover & click on the images for description

Description

Description:
Retrieves marker names used in the border restrictions module.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Array - List of markers

Examples

Example 1:
call BIS_fnc_getBorderMarkers;

Additional Information

See also:
BIS_fnc_moveMarker

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