BIS fnc getRespawnMarkers: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
____________________________________________________________________________________________ | |||
| arma3 |Game name= | |||
|1.00|Game version= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Return formatted texts of a CfgHints hint. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [side,vehicleMarkers] call [[BIS_fnc_getRespawnMarkers]] |Syntax= | ||
|p1= side: [[Side]] - Side to which returned markers belong to |Parameter 1= | |||
|p2= vehicleMarkers: [[Boolean]] - [[True]] to return vehicle respawn markers |Parameter 2= | |||
| [[Array]] - Respawn markers of given side |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[ [[west]], [[false]] ] [[call]] [[BIS_fnc_getRespawnMarkers]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Category:Function Group: Respawn|Respawn Functions]] |See also= | ||
}} | |||
| | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 10:04, 20 June 2018
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