a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Shared / IGraphEdge
Interface representing an edge in a graph.
• T
getDestination():
IGraphNode
<T
>
IGraphNode
<T
>
shared/ds/graph/IGraphEdge.ts:10
getSource():
IGraphNode
<T
>
IGraphNode
<T
>
shared/ds/graph/IGraphEdge.ts:9
getWeight():
number
number