BIS fnc drawRespawnPositions: Difference between revisions

From Bohemia Interactive Community
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]].|= Description
| Draws respawn positions on the map which were added by [[BIS_fnc_addRespawnPosition]].|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [state] call [[BIS_fnc_drawRespawnPositions]] |= Syntax
| [state] call [[BIS_fnc_drawRespawnPositions]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Nothing]]|= Return value
| [[Nothing]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[:Category:Function Group: Respawn|Respawn functions]]|= See also
| [[:Category:Function Group: Respawn|Respawn functions]]|SEEALSO=
}}
}}



Revision as of 12:27, 7 April 2019

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:
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

Notes

Bottom Section