Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BlurWidget.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class BlurWidget: Widget
13{
15 proto external float GetIntensity();
17 proto external void SetIntensity(float intensity);
19 proto external bool IsTintBlendModeAdd();
21 proto external void SetTintBlendModeAdd(bool isAdd);
23 proto external void SetMask(ResourceName maskResource);
25 proto external void SetSmoothBorder(float left, float top, float right, float bottom);
26}
27