Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GraphNodePortBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class GraphNodePortBase: Managed
13{
14 private void GraphNodePortBase(int portId, EGraphNodePortDirection portDirection, owned string name) {}
15
16 proto external owned string GetName();
18 proto external void SetLabel(string label);
19 proto external owned string GetLabel();
20 proto external int GetPortID();
21 proto external EGraphNodePortDirection GetPortDirection();
22 proto external GraphNode GetNode();
23 proto external bool SetHighlighted(bool highlighted);
24 proto external bool IsHighlighted();
25 proto external bool SetConnectable(bool connectable);
26 proto external bool IsConnectable();
28 proto external bool IsConnectedTo(notnull GraphNodePortBase pPort);
29 proto external bool HasConnection(notnull GraphNodeConnectionBase pConnection);
31 proto external void SetMaxConnections(int count);
32 proto external int GetMaxConnections();
34 proto external bool CheckMaxConnectionsLimit();
36 proto external bool CanConnectToPort(notnull GraphNodePortBase otherPort);
38 proto external vector GetLocalPosition();
40 proto external void SetLocalPosition(vector localPos);
42 proto external vector GetPosition();
44 proto external vector GetSize();
45 proto external void SetHighlightColor(notnull Color color);
46 proto external ref Color GetHighlightColor();
47 proto external void SetInputDisconnectedColor(notnull Color color);
48 proto external ref Color GetInputDisconnectedColor();
49 proto external void SetOutputDisconnectedColor(notnull Color color);
50 proto external ref Color GetOutputDisconnectedColor();
51 proto external void SetInputConnectedColor(notnull Color color);
52 proto external ref Color GetInputConnectedColor();
53 proto external void SetOutputConnectedColor(notnull Color color);
54 proto external ref Color GetOutputConnectedColor();
55
56 // callbacks
57
59 event typename GetConnectionType();
61 event bool OverrideCanConnectToPort(notnull GraphNodePortBase otherPort) { return true; };
62 event void Render(notnull GraphWidget graphWidget, notnull GraphNodeView view);
63}
64
EEditableEntityLabel GetLabel()
Definition Color.c:13
BaseRplComponentClass GenericComponentClass GetNode()
EGraphNodePortDirection