BIS fnc drawRespawnPositions: Difference between revisions
Jump to navigation
Jump to search
m (pf) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Draws respawn positions on the map which were added by [[BIS_fnc_addRespawnPosition]].|= | | Draws respawn positions on the map which were added by [[BIS_fnc_addRespawnPosition]].|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [state] call [[BIS_fnc_drawRespawnPositions]] |= | | [state] call [[BIS_fnc_drawRespawnPositions]] |SYNTAX= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 16: | Line 16: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Nothing]]|= | | [[Nothing]]|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 22: | Line 22: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[:Category:Function Group: Respawn|Respawn functions]]|= | | [[:Category:Function Group: Respawn|Respawn functions]]|SEEALSO= | ||
}} | }} | ||
Revision as of 11:27, 7 April 2019
Description
- Description:
- Draws respawn positions on the map which were added by BIS_fnc_addRespawnPosition.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [state] call BIS_fnc_drawRespawnPositions
- Parameters:
- state: Boolean - True to start drawing, false to end it
- Return Value:
- Nothing
Examples
- Example 1:
[ true ] call BIS_fnc_drawRespawnPositions;
Additional Information
- See also:
- Respawn functions
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