Tile - YEntity - Cause Damage – Ylands

From Bohemia Interactive Community
Revision as of 15:27, 24 November 2023 by Lou Montana (talk | contribs) (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Cause Damage(Entity, Instigator, Amount, Type)

YlandsTile-949.png

damage(instigator: YEntity, amount: number, type: YDamageType): void;

Parameters

instigator

Instigator causing the damage (optional)

amount

Amount of damage

type

Damage type

Availability

Server

Description

Will reduce hitpoints of target entity by given amount.

Notes

  • Damage type will govern how the damage will be reduced by target resistances.
  • Pure damage type cannot be resisted.