respawnVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (moved command to template)
mNo edit summary
Line 22: Line 22:
|p1= vehicle: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]] |= Parameter 1


|p2= [delay = -1, count = 0]: [[Array]] |= Parameter 2
|p2= [delay <nowiki>=</nowiki> -1, count <nowiki>=</nowiki> 0]: [[Array]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 03:34, 3 August 2006


-wrong parameter ("Arma") defined!-2.52
Hover & click on the images for description

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

Notes

Bottom Section