IsActorBleeding
Whether an actor is bleeding.
Syntax
Section titled “Syntax”IsActorBleeding(id)| Parameter | Type | |
|---|---|---|
id |
number | the actor |
Returns
Section titled “Returns”boolean
Example
Section titled “Example”if IsActorBleeding(id) then SendClientMessageToAll(COLOUR_RED, GetEntityName(id) .. " is bleeding") endSee also
Section titled “See also”GetActorBleeding · the NPC actors group of the index
