Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ImageSetResource.c
Go to the documentation of this file.
3 {
4  [Attribute(uiwidget: UIWidgets.ResourceNamePicker, params: "imageset")]
5  protected ResourceName m_Set;
6 
7  [Attribute()]
8  protected string m_sImage;
9 
10  //------------------------------------------------------------------------------------------------
11  override void ApplyTo(ImageWidget widget)
12  {
13  if (m_Set.IsEmpty())
14  {
15  Print("Image set not defined!", LogLevel.ERROR);
16  return;
17  }
18 
19  if (widget)
20  widget.LoadImageFromSet(0, m_Set, m_sImage);
21  }
22 }
SCR_BaseTextureResource
Definition: SCR_BaseTextureResource.c:2
SCR_ImageSetResource
Definition: SCR_ImageSetResource.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