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 / IGraphNode

Interface: IGraphNode<T>

Represents a node in a graph with a generic type.

Type Parameters

T

The type of the value held by the node.

Methods

getValue()

getValue(): T

Returns

T

Defined in

shared/ds/graph/IGraphNode.ts:7