Arma Reforger Script API
Loading...
Searching...
No Matches
GraphNode Interface Reference

Used to represent any kind of node inside of a graph. More...

Inheritance diagram for GraphNode:

Public Member Functions

void GraphNode (GraphNodeId nodeId=INVALID_NODE_ID)
 
proto external GraphNodeId GetID ()
 

Static Public Attributes

static const int INVALID_NODE_ID = 4294967295
 

Detailed Description

Used to represent any kind of node inside of a graph.

Each node is represented by his ID. Which is assigned either by the constructor or the graph AddNode method.

Constructor & Destructor Documentation

◆ GraphNode()

void GraphNode.GraphNode ( GraphNodeId nodeId = INVALID_NODE_ID)

Member Function Documentation

◆ GetID()

proto external GraphNodeId GraphNode.GetID ( )

Member Data Documentation

◆ INVALID_NODE_ID

const int GraphNode.INVALID_NODE_ID = 4294967295
static

The documentation for this interface was generated from the following file: