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 / Shared / NodeColor

Enumeration: NodeColor

Enum representing the color of a node in a red-black tree.

The NodeColor enum has two possible values:

This is used for maintaining the balance of a red-black tree during insertions and deletions.

Enumeration Members

BLACK

BLACK: "BLACK"

Defined in

shared/ds/tree/NodeColor.ts:14


RED

RED: "RED"

Defined in

shared/ds/tree/NodeColor.ts:13