Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GraphGraphicsItem.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class GraphGraphicsItem: pointer
13{
15 proto external vector GetLocalPosition();
17 proto external vector GetPosition();
19 proto external void SetLocalPosition(vector scenePosition);
21 proto external GraphNode ToGraphNode();
23 proto external GraphNodeConnectionBase ToConnection();
25 proto external GraphNodePortBase ToPort();
26}
27