ecspresso
    Preparing search index...
    • Create a health component at full HP.

      Parameters

      • max: number

        Maximum (and initial) health

      Returns Pick<HealthComponentTypes, "health">

      Component object suitable for spreading into spawn()

      ecs.spawn({
      ...createHealth(100),
      ...createLocalTransform(200, 300),
      });