Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CanvasWidgetBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class CanvasWidgetBase: Widget
16{
18 proto external float PixelPerUnit();
20 proto external float ScaleByZoom(float originalSize);
22 proto external float GetZoom();
24 proto external void SetZoom(float zoomLevel);
26 proto external vector PosToPixels(vector posUnits);
28 proto external vector SizeToPixels(vector sizeUnits);
34 proto external void ZoomAt(vector posUnits, float zoomLevel);
36 proto external vector GetOffsetPx();
38 proto external void SetOffsetPx(vector offsetPx);
39 proto external vector GetSizeInUnits();
40 proto external void SetSizeInUnits(vector newSize);
41}
42