SerenityJS
    Preparing search index...

    Class EntityHealthChangedSignal

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    entity: Entity

    The entity which health changed.

    fromHealth: number

    The previous health value.

    identifier: WorldEvent = ...

    The identifier of the signal.

    toHealth: number

    The new health value.

    world: World

    The world instance the signal was emitted in.

    identifier: WorldEvent = WorldEvent.HealthChanged

    The identifier of the signal.

    Methods