Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TextureResource.c
Go to the documentation of this file.
3{
4 [Attribute(uiwidget: UIWidgets.ResourcePickerThumbnail, params: "edds")]
6
7 //------------------------------------------------------------------------------------------------
8 override void ApplyTo(ImageWidget widget)
9 {
10 if (m_Texture.IsEmpty())
11 {
12 Print("Texture not defined!", LogLevel.ERROR);
13 return;
14 }
15
16 if (widget) widget.LoadImageTexture(0, m_Texture);
17 }
18}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
override void ApplyTo(ImageWidget widget)
proto void Print(void var, LogLevel level=LogLevel.NORMAL)
Prints content of variable to console/log.
LogLevel
Enum with severity of the logging message.
Definition LogLevel.c:14
SCR_FieldOfViewSettings Attribute