Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GraphNodeConnectionBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class GraphNodeConnectionBase: ScriptAndConfig
13{
18
22 static const int NODE_REF_A;
26 static const int NODE_REF_B;
30 static const int PORT_A;
34 static const int PORT_B;
36
37 private void GraphNodeConnectionBase(notnull GraphNodePortBase pPortFrom, GraphNodePortBase pPortTo) {}
38
39 proto external GraphNodePortBase GetPortFrom();
40 proto external GraphNodePortBase GetPortTo();
41 proto external void SetSelectedColor(notnull Color selectedColor);
42 proto external ref Color GetSelectedColor();
43 proto external void SetUnselectedColor(notnull Color selectedColor);
44 proto external ref Color GetUnselectedColor();
45
46 // callbacks
47
48 event void Render(notnull GraphWidget graphWidget, notnull GraphNodeView view);
49}
50
Definition Color.c:13