BIS fnc respawnBackpack: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...) |
Lou Montana (talk | contribs) m (Text replacement - "(\| )+\}\}" to "}}") |
||
Line 48: | Line 48: | ||
|x1= <code></code> | |x1= <code></code> | ||
|exec= call | |exec= call}} | ||
}} | |||
[[Category:Functions|{{uc:respawnBackpack}}]] | [[Category:Functions|{{uc:respawnBackpack}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:respawnBackpack}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:respawnBackpack}}]] |
Revision as of 15:03, 18 January 2021
Description
- Description:
/* Author: Killzone_Kid Description: Handles respawn camps functionality. Whover "assembles" a camp from backpack it will receive a new respawn position. When backpack object has 'respawnNearbyPlayers' attribute set to 1, nearby players will receive the respawn position as well. Parameter(s): !!! FOR USE WITH RESPAWN CAMP EVENT HANDLERS ONLY !!! 0: STRING - mode 1: ARRAY - mode arguments Returns: NOTHING Curator can drop a sleeping bag next to a player to give him respawn point or a tent, to give a group of players within 50m a respawn point Curator placed respawn item cannot be disassembled by a player and could only be deleted by curator or destroyed by player Destroyed tent or sleeping back is deleted soon after A sleeping bag is individual respawn point and will also get automatically deleted when player leaves MP session A tent will be assigned a new owner from the list of allowed tent users when original owner leaves When the last tent user leaves the tent is deleted The tent marker contains the name of the current tent owner Any player can pack player placed tent or sleeping back and then reuse Curator is informed of a successful assignment of ownership of the tent or sleeping back as well as failure In case of failure the item is automatically removed from the map */
- Execution:
- call
- Groups:
- Respawn
Syntax
- Syntax:
- [] call BIS_fnc_respawnBackpack
- Parameters:
- parameter: Datatype - (Optional, default defValue) description
- Return Value:
- Datatype - description
Examples
- Example 1:
Additional Information
- See also:
- See also needed
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