Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GraphPortInfo.c
Go to the documentation of this file.
1class GraphPortInfo : Managed
2{
3 string Name;
4 string Description;
5 DataVarType Type = DataVarType.NULL;
6 typename ObjectClass;
7 int ID;
8}
DataVarType
Definition DataVarType.c:18