EvilEngine/DYNA/hud:meter

From Heavy Iron Modding
Revision as of 05:28, 28 May 2021 by Seil (talk | contribs) (Created page with "{{SlashTrick|DYNA/hud:meter:font}} and {{SlashTrick|DYNA/hud:meter:unit}} both inherit from this. {| class="wikitable" ! Offset !! Type !! Variable !! Description |- | 0x18 |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

hud:meter:font and hud:meter:unit both inherit from this.

Offset Type Variable Description
0x18 float start_value
0x1C float min_value
0x20 float max_value
0x24 float increment_time
0x28 float decrement_time
0x2C AssetID (Sound) sound.start_increment
0x30 AssetID (Sound) sound.increment
0x34 AssetID (Sound) sound.start_decrement
0x38 AssetID (Sound) sound.decrement