State Bags
isDead
Player(id).state.isDeadWhether the player is dead
isInLastStand
Player(id).state.isInLastStandWhether the player is in last stand
deathState
Player(id).state.deathStateGets the players current death state:
ALIVE = 0
LAST_STAND = 1
DEAD = 2
dragTarget
Player(id).state.dragTargetTarget of dragging
isDragged
Player(id).state.isDraggedWhether the player is being dragged
isInBodyBag
Player(id).state.isInBodyBagWhether the player is in a body bag
isEMSVehicle
Entity(vehicle).state.isEMSVehicleWhether the vehicle is a EMS vehicle (spawned by the built in garage system)
Last updated