BIS fnc unflipVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
(Fixed syntax)
 
Line 8: Line 8:
|descr= Can be used to unflip a vehicle or a turret, without transition.
|descr= Can be used to unflip a vehicle or a turret, without transition.


|s1= [veh] call [[BIS_fnc_unflipThing]]
|s1= [veh] call [[BIS_fnc_unflipVehicle]]


|p1= veh: [[Object]] - the vehicle/turret that should be flipped
|p1= veh: [[Object]] - the vehicle/turret that should be flipped

Latest revision as of 17:56, 17 February 2024

Hover & click on the images for description

Description

Description:
Can be used to unflip a vehicle or a turret, without transition.
Execution:
call
Groups:
Vehicles

Syntax

Syntax:
[veh] call BIS_fnc_unflipVehicle
Parameters:
veh: Object - the vehicle/turret that should be flipped
Return Value:
Nothing

Examples

Example 1:
[quad1] call BIS_fnc_unflipVehicle;

Additional Information

See also:
BIS_fnc_unflipThing

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