Difference between revisions of "VN ms module fnc vehicleRespawn remove"
Jump to navigation
Jump to search
vn>Unknown user m (Generated by LM_exportFunctionsToWiki.sqf) |
Lou Montana (talk | contribs) (Page filling) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Wyqer, veteran29 |
− | |||
− | |||
− | | | + | |a= global |
− | | | + | |e= global |
− | |||
− | |||
− | + | |n= server | |
− | |||
− | + | |g1= VehicleRespawn | |
− | |||
− | + | |d= Removes vehicle from VN Vehicle respawn system. | |
− | |||
− | |||
− | |||
− | |s= [] call [[ | + | |s= [vehicle] call [[VN_ms_module_fnc_vehicleRespawn_remove]] |
− | |p1n= | + | |p1n= vehicle |
− | |p1t= | + | |p1t= object |
− | |p1d= | + | |p1d= vehicle to remove from respawn |
|p1v= | |p1v= | ||
Line 40: | Line 30: | ||
|r1d= | |r1d= | ||
− | |x1= <code> | + | |x1= <code>[sogJeep] call [[VN_ms_module_fnc_vehicleRespawn_remove]];</code> |
}} | }} |
Latest revision as of 19:51, 26 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Removes vehicle from VN Vehicle respawn system.
Syntax
- Syntax
- [vehicle] call VN_ms_module_fnc_vehicleRespawn_remove
- Parameters
- vehicle: Object - vehicle to remove from respawn
- Return value
- Nothing
Examples
- Example 1
[sogJeep] call VN_ms_module_fnc_vehicleRespawn_remove;