respawnVehicle: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (moved command to template) |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|RESPAWNVEHICLE]] | [[Category:Scripting Commands ArmA|RESPAWNVEHICLE]] | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| arma |= Game name | |||
|2.52|= Game version | |||
____________________________________________________________________________________________ | |||
| Set vehicle as respawnable in MP games. | |||
Delay is respawn delay, default respawnDelay from description.ext is used. | |||
Count tells how many respawns is processed (default unlimited). |= Description | |||
____________________________________________________________________________________________ | |||
''' | | vehicle '''respawnVehicle''' [delay = -1, count = 0] |= Syntax | ||
[[ | |p1= vehicle: [[Object]] |= Parameter 1 | ||
|p2= [delay = -1, count = 0]: [[Array]] |= Parameter 2 | |||
| [[Nothing]] |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>car respawnVehicle [5.0, 3]</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
Revision as of 02:32, 3 August 2006
Description
- Description:
- Set vehicle as respawnable in MP games. Delay is respawn delay, default respawnDelay from description.ext is used. Count tells how many respawns is processed (default unlimited).
- Groups:
- Uncategorised
Syntax
- Syntax:
- Nothing
- Parameters:
- vehicle: Object
- [delay = -1, count = 0]: Array
- Return Value:
- Return value needed
Examples
- Example 1:
car respawnVehicle [5.0, 3]
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