GET_ENTITY_TYPE
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.
CFX
Signature
lua
GetEntityType(entity)
-- returns intParameters
| Name | Type | Description |
|---|---|---|
| Entity | The entity to get the type of. |
Usage
lua
GetEntityType(entity)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
