BIS_fnc_unflipThing

From Bohemia Interactive Community
Revision as of 18:29, 17 January 2024 by R3vo (talk | contribs) (Created page with "{{RV|type=function |game1= arma3 |version1= 2.16 |gr1= Vehicles |descr= Called by unflip thing action. Can be used to unflip vehicle without transition. The caller is made...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Called by unflip thing action. Can be used to unflip vehicle without transition. The caller is made invincible during flipping and the original isDamageAllowed state is set afterward.
Execution:
call
Multiplayer:
multiplayer compatible
Groups:
Vehicles

Syntax

Syntax:
[caller, thing] call BIS_fnc_unflipThing
Parameters:
caller: Object - The unit that called the action. Used in context of the unflip action
thing: Object - The thing that should be flipped
Return Value:
Boolean - true

Examples

Example 1:
[player, vehicle player] call BIS_fnc_unflipThing;

Additional Information

See also:
BIS_fnc_unflipVehicle

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