Entity::type
Jump to navigation
Jump to search
Returns type of entity.
Contents
Available types:
- player
- vehicle
- object
- pickup
- blip
- checkpoint
- marker
- colshape
- textlabel
Getter
- String
Example
Server-Side
const entity = mp.players.at(0);
console.log(entity.type) // returns 'player'