DHUD_getFrame

Get configuration of choosen frame

Syntax

native DHUD_getFrame(dhud, frame, iColor[3], &Float:x, &Float:y, &iLen)

Usage

dhud dhud handle
frame id of frame, starts from 0, frame > DHUD_getFrames(dhud) cause log error
x Position on x axis
y Position on y axis
iLen Duration of frame, iLen = 2 mean frame hold 2 times longer than frame with iLen = 1

Return

1 — on success, 0 on failure

Defined in dHUD.inc at line 66 . This documentation was automatically generated from source.