GetEntityType — FiveM Natives
0xB1BD08D · CFX · server
Gets the entity type (as an integer), which can be one of the following defined down below: The following entities will return type 1: Ped Player Animal (Red Dead Redemption 2) Horse (Red Dead Redemption 2) The following entities will return type 2: Automobile Bike Boat Heli Plane Submarine Trailer Train DraftVeh (Red Dead Redemption 2) The following entities will return type 3: Object Door Pickup Otherwise, a value of 0 will be returned.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to get the type of. |
Returns
int