Skip to main content

[NodeMod Core]

/ .. / HudTextOptions

Interface: HudTextOptions

Defined in: src/utils/util.ts:7

Configuration options for HUD text display.

Properties

x?

optional x: number

Defined in: src/utils/util.ts:9

X coordinate on screen (default: 4000 - screen center)

y?

optional y: number

Defined in: src/utils/util.ts:11

Y coordinate on screen (default: 4000 - screen center)

effect?

optional effect: number

Defined in: src/utils/util.ts:13

Visual effect type

r?

optional r: number

Defined in: src/utils/util.ts:15

Red color component (0-255)

g?

optional g: number

Defined in: src/utils/util.ts:17

Green color component (0-255)

b?

optional b: number

Defined in: src/utils/util.ts:19

Blue color component (0-255)