Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TextureResource.c
Go to the documentation of this file.
3 {
4  [Attribute(uiwidget: UIWidgets.ResourcePickerThumbnail, params: "edds")]
5  protected ResourceName m_Texture;
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_BaseTextureResource
Definition: SCR_BaseTextureResource.c:2
SCR_TextureResource
Definition: SCR_TextureResource.c:2
Attribute
typedef Attribute
Post-process effect of scripted camera.
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468