Native referenceFiveM

GET_ENTITY_MAX_HEALTH

0x15D757606D170C3C ENTITY
FUNCTION SIGNATURE
int GET_ENTITY_MAX_HEALTH(Entity entity);
Property Value
Native Name GET_ENTITY_MAX_HEALTH
Hash 0x15D757606D170C3C
Return Type int
Parameters entity (Entity)

Description: ``` Return an integer value of entity's maximum health.
Example:

  • Player = 200
Back to ENTITY