| 
    Arma Reforger Script API
    
   | 
 
Used to represent any kind of node inside of a graph. More...
 Public Member Functions | |
| void | GraphNode (GraphNodeId nodeId=INVALID_NODE_ID) | 
| proto external GraphNodeId | GetID () | 
Static Public Attributes | |
| static const int | INVALID_NODE_ID = 4294967295 | 
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.
| void GraphNode.GraphNode | ( | GraphNodeId | nodeId = INVALID_NODE_ID | ) | 
| proto external GraphNodeId GraphNode.GetID | ( | ) | 
      
  | 
  static |