Difference between revisions of "VN ms module fnc vehicleRespawn replaceWreck"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (1 revision imported) |
Lou Montana (talk | contribs) (Page filling) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Wyqer, veteran29 |
− | |e= | + | |a= global |
+ | |||
+ | |e= global | ||
|g1= VehicleRespawn | |g1= VehicleRespawn | ||
− | |d= | + | |d= Replaces wreck with a new object (in order to prevent interferences/issues with BIS respawn). |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[ | + | |s= [wreck] call [[VN_ms_module_fnc_vehicleRespawn_replaceWreck]] |
− | |p1n= | + | |p1n= wreck |
− | |p1t= | + | |p1t= object |
− | |p1d= | + | |p1d= wreck to be replaced |
|p1v= | |p1v= | ||
Line 37: | Line 25: | ||
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= function's success |
− | |x1= <code> | + | |x1= <code>[destroyedSogJeep] call [[VN_ms_module_fnc_vehicleRespawn_replaceWreck]]</code> |
}} | }} |
Latest revision as of 19:55, 26 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Replaces wreck with a new object (in order to prevent interferences/issues with BIS respawn).
Syntax
- Syntax
- [wreck] call VN_ms_module_fnc_vehicleRespawn_replaceWreck
- Parameters
- wreck: Object - wreck to be replaced
- Return value
- Boolean - function's success
Examples
- Example 1
[destroyedSogJeep] call VN_ms_module_fnc_vehicleRespawn_replaceWreck