Module ExtraHealth

Source
Expand description

§ExtraHealth

Represents extra data for health values.

Inherits from BSExtraData and includes the health value with padding for memory alignment.

§Memory Layout:

  • __base: Base class BSExtraData
  • health: The health value (0x10)
  • pad14: Padding for alignment (0x14)

Structs§

ExtraHealth
ExtraHealthVtbl
The virtual function table for ExtraHealth.