dHUD
Dynamic HUD v1.02
Constants
| Name | Description |
|---|---|
| _dHUD_included | — |
| D_ZERO | dx, dy values, but you can put custom ones, example: 0.04 |
| D_SHORT | = 0.01 |
| D_LONG | = 0.1 |
| FRAME_FIRST | startFrame endFrame help constants |
| FRAME_LAST | = -1 |
Functions
| Name | Description |
|---|---|
| DHUD_create | Create new Dynamic HUD object |
| DHUD_getFrames | Get total number of frames |
| DHUD_setFrame | Set configuration of choosen frame |
| DHUD_getFrame | Get configuration of choosen frame |
| DHUD_display | Display Dynamic HUD message |
| DHUD_clear | Clear Dynamic HUD message from screen |
| DHUD_registerFilter | Add new filter to DHUD interface |
| DHUD_applyFilter | Apply filter on choosen frames |
Forwards
| Name | Description |
|---|---|
| fwStopAnimation | Called when message animation is stoped |
Stocks
| Name | Description |
|---|---|
| DHUD_removeFrames | Remove chosen frames |
| DHUD_removeAllFrames | Remove all frames from dhud object |