fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Client / IDrawable

Interface: IDrawable

Properties

color?

optional color: Color

Defined in

client/ui/interfaces/IDrawable.ts:6


pos

pos: Point

Defined in

client/ui/interfaces/IDrawable.ts:4


size?

optional size: Size

Defined in

client/ui/interfaces/IDrawable.ts:5

Methods

draw()

draw(offset?, resolution?): void

Parameters

offset?: Size

resolution?: Size

Returns

void

Defined in

client/ui/interfaces/IDrawable.ts:7