dHUD functions
All callable symbols documented in this include, grouped by declaration type.
Natives
| Name |
Signature |
|
DHUD_applyFilter
|
native DHUD_applyFilter(dhud, const szFilter[], startFrame, endFrame, Float:dx=D_LONG, Float:dy=D_ZERO, any:...)
|
|
DHUD_clear
|
native DHUD_clear(id, dhud)
|
|
DHUD_create
|
native DHUD_create(dhud = -1)
|
|
DHUD_display
|
native DHUD_display(id, dhud, Float:fInterval = 0.1, channel = 4, const szMessage[], any:...)
|
|
DHUD_getFrame
|
native DHUD_getFrame(dhud, frame, iColor[3], &Float:x, &Float:y, &iLen)
|
|
DHUD_getFrames
|
native DHUD_getFrames(dhud)
|
|
DHUD_registerFilter
|
native DHUD_registerFilter(const szName[], const szCallback[], const szDescription[], ...)
|
|
DHUD_setFrame
|
native DHUD_setFrame(dhud, frame, iColor[3]={0,0,0}, Float:x=0.0, Float:y=0.0, iLen = 1)
|
Stocks
Forwards
| Name |
Signature |
|
fwStopAnimation
|
forward fwStopAnimation(id, dhud, bool:finished)
|