BIS fnc drawRespawnPositions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ")
Line 35: Line 35:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Map|{{uc:drawRespawnPositions}}]]
 
 
 
[[Category:Functions|{{uc:drawRespawnPositions}}]]
[[Category:Functions|{{uc:drawRespawnPositions}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:drawRespawnPositions}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:drawRespawnPositions}}]]

Revision as of 13:26, 13 October 2020

Hover & click on the images for description

Description

Description:
Draws respawn positions on the map which were added by BIS_fnc_addRespawnPosition.
Execution:
call
Groups:
Respawn

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

Notes

Bottom Section