SetVehicleRespawnParams: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetVehicleRespawnParams(vehicle, EnableRespawn [, RespawnTime, RepairOnRespawn])}} {{FuncParameter...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Set the per-vehicle respawn parameters.}}


{{FuncSyntax|SetVehicleRespawnParams(vehicle, EnableRespawn [, RespawnTime, RepairOnRespawn])}}
{{FuncSyntax|SetVehicleRespawnParams(vehicle, EnableRespawn [, RespawnTime, RepairOnRespawn])}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|vehicle|__EDIT_ME__}}
{{FuncParam|vehicle|The vehicle identifier.}}
{{FuncParam|EnableRespawn |__EDIT_ME__}}
{{FuncParam|EnableRespawn |The respawn toggle boolean.}}
{{FuncParam|RespawnTime|__EDIT_ME__}}
{{FuncParam|RespawnTime|The respawn time in milliseconds.}}
{{FuncParamOptional|RepairOnRespawn|__EDIT_ME__}}
{{FuncParamOptional|RepairOnRespawn|Repair on respawn boolean.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}


== Example ==
== Example ==
<syntaxhighlight lang="Lua>
__EDIT_ME__
__EDIT_ME__
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Template:VehicleFunctions}}

Revision as of 13:29, 20 November 2019