natives.IS CHAR HEALTH GREATER

Revision as of 10:03, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

natives.IS_CHAR_HEALTH_GREATER

Signature: void natives.IS_CHAR_HEALTH_GREATER(int ped, int health)

Usage: checks whether a character health is above a given threshold

Parameters

int ped Character handle to act upon.
int health Health points.

Return

void

On failure: void