BIS fnc drawRespawnPositions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - ">\[ +(.*) *\] +(call|spawn)" to ">[$1] $2")
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Respawn


|1.00|= Game version
|descr= Draws respawn positions on the map which were added by [[BIS_fnc_addRespawnPosition]].
____________________________________________________________________________________________


| <pre>/*
|s1= [state] call [[BIS_fnc_drawRespawnPositions]]


Description:
|p1= state: [[Boolean]] - [[true]] to start drawing, [[false]] to end it
Draw respawn positions on the map (added by BIS_fnc_addRespawnPosition)


Parameter(s):
|r1= [[Nothing]]
0: BOOL - true to start drawing, false to end it


Returns:
|x1= <sqf>[true] call BIS_fnc_drawRespawnPositions;</sqf>
NONE
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_drawRespawnPositions]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[:Category:Function Group: Respawn|Respawn functions]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Map|{{uc:drawRespawnPositions}}]]
[[Category:Functions|{{uc:drawRespawnPositions}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:drawRespawnPositions}}]]

Latest revision as of 18:27, 8 November 2023

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