Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
GraphEdge.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class GraphEdge: Managed
14 {
15  void GraphEdge(GraphNodeId adjNodeId = GraphNode.INVALID_NODE_ID) {}
16 
17  proto external GraphNodeId GetAdjId();
18 }
19 
GraphEdge
Used to represent any kind of edge inside of a graph.
Definition: GraphEdge.c:13
GraphNode
Definition: GraphNode.c:17