BIS fnc getRespawnMarkers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|Comments=
____________________________________________________________________________________________
| arma3 |Game name=


{{Function|= Comments
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| Return formatted texts of a CfgHints hint. |Description=
 
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| [side,vehicleMarkers] call [[BIS_fnc_getRespawnMarkers]] |Syntax=


Description:
|p1= side: [[Side]] - Side to which returned markers belong to |Parameter 1=
Return all respawn markers


Parameter(s):
|p2= vehicleMarkers: [[Boolean]] - [[True]] to return vehicle respawn markers |Parameter 2=
0: SIDE - side to which markers belongs to
1: BOOL - true to return vehicle respawn markers


Returns:
ARRAY
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Array]] - Respawn markers of given side |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_getRespawnMarkers]]; --> |= Syntax
|x1= <code>[ [[west]], [[false]] ] [[call]] [[BIS_fnc_getRespawnMarkers]];</code>|Example 1=
 
|p1= |= Parameter 1


| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[Category:Function Group: Respawn|Respawn Functions]] |See also=
____________________________________________________________________________________________
}}
 
| |= See also


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 11:04, 20 June 2018

Hover & click on the images for description

Description

Description:
Return formatted texts of a CfgHints hint.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[side,vehicleMarkers] call BIS_fnc_getRespawnMarkers
Parameters:
side: Side - Side to which returned markers belong to
vehicleMarkers: Boolean - True to return vehicle respawn markers
Return Value:
Array - Respawn markers of given side

Examples

Example 1:
[ west, false ] call BIS_fnc_getRespawnMarkers;

Additional Information

See also:

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