_GET_BALLOON_OBJECT_FROM_VEHICLE
Returns the balloon object attached to a hot air balloon vehicle. If the input vehicle is a hot air balloon, the native returns the object entity that represents the balloon itself (the inflated top part). If the vehicle is not balloon-type or the balloon object does not exist,the function returns 0. Always validate the returned handle with ENTITY::DOES_ENTITY_EXIST. Notes: - Only useful for hot air balloon vehicles. - The returned handle is typically an OBJECT, not a PED or VEHICLE.
VEHICLEBuild 1207
Signature
lua
GetBalloonObjectFromVehicle(GetVehiclePedIsIn(PlayerPedId(), false))
-- returns EntityParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — |
Usage
lua
GetBalloonObjectFromVehicle(GetVehiclePedIsIn(PlayerPedId(), false))Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
