Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GraphNodePortBase.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
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
GetPosition
vector GetPosition()
Definition
SCR_BaseSupportStationComponent.c:811
GetSize
int GetSize()
Definition
SCR_EditableGroupComponent.c:386
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
GetLabel
EEditableEntityLabel GetLabel()
Definition
SCR_ServicePointComponent.c:87
Color
Definition
Color.c:13
GraphNodeConnectionBase
Definition
GraphNodeConnectionBase.c:13
GraphNode
Definition
GraphNode.c:18
GraphNodeView
Definition
GraphNodeView.c:13
GraphWidget
Definition
GraphWidget.c:13
vector
Definition
vector.c:13
GetNode
BaseRplComponentClass GenericComponentClass GetNode()
EGraphNodePortDirection
EGraphNodePortDirection
Definition
EGraphNodePortDirection.c:14
scripts
GameLib
generated
Graph
Ports
GraphNodePortBase.c
Generated by
1.17.0