Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GraphNodeScene.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class GraphNodeScene: ScriptAndConfig
13{
18
22 static const int NODES;
26 static const int CONNECTIONS;
28
29 void GraphNodeScene() {}
30
31 // --- Model
32 proto external void SetModel(IGraphModel graphModel);
33 proto external IGraphModel GetModel();
35 proto external void DeleteSelectedItems();
37 proto external void BeginDrawConnection(notnull GraphNodePortBase pPort, bool clear = true);
39 proto external void SetNodeName(notnull GraphNode node, string newNodeName);
41 proto external vector SnapToGrid(vector scenePos);
43 proto external int GetAllItems(notnull array<GraphGraphicsItem> allItems);
45 proto external GraphGraphicsItem ItemAt(vector scenePos);
47 proto external int GetSelectedItems(notnull array<GraphGraphicsItem> selectedItems);
49 proto external bool SelectItemAt(vector scenePos, bool clear = true);
51 proto external void UpdateDrawConnection(vector scenePos);
53 proto external void EndDrawConnection(vector scenePos);
55 proto external void SetNodePosition(notnull GraphNode node, vector newScenePos, bool finalPosition = true);
56}
57