Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GraphNodeView.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
GraphNodeView: Managed
13
{
14
void
GraphNodeView(
GraphNodeScene
scene) {}
15
16
proto external
float
GetZoom();
18
proto external
float
SetZoom(
float
zoom);
20
proto external
bool
IsRectangleInView(
vector
scenePos,
vector
sceneSize);
22
proto external
void
Translate(
vector
sceneTranslate);
24
proto external
float
ZoomAt(
vector
zoomScenePosition,
float
zoom);
26
proto external
vector
ScenePosToPixels(
vector
scenePos);
28
proto external
vector
SceneSizeToPixels(
vector
sceneSize);
30
proto external
vector
PosPixelsToScene(
vector
pixelPos);
32
proto external
vector
SizePixelsToScene(
vector
pixelPos);
33
}
34
GraphNodeScene
Definition
GraphNodeScene.c:13
vector
Definition
vector.c:13
scripts
GameLib
generated
Graph
GraphNodeView.c
Generated by
1.17.0