Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BackendImageComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_BackendImageComponent
class  SCR_ScenarioBackendImageComponent
 Same as SCR_BackendImageComponent, but implements default image based on scenario. More...

Functions

void SetWorkshopItemAndImage (SCR_WorkshopItem item, BackendImage image)
 Sets reference to workshop item. Call this, then call SetImage as usual.
override void ShowLoadingImage (ResourceName loadingImage=string.Empty)

Variables

SCR_BackendImageComponent m_Item
 Same as SCR_BackendImageComponent, but implements default image based on tag of Workshop Item.

Function Documentation

◆ SetWorkshopItemAndImage()

void SetWorkshopItemAndImage ( SCR_WorkshopItem item,
BackendImage image )

Sets reference to workshop item. Call this, then call SetImage as usual.

Definition at line 375 of file SCR_BackendImageComponent.c.

◆ ShowLoadingImage()

override void ShowLoadingImage ( ResourceName loadingImage = string.Empty)

Definition at line 388 of file SCR_BackendImageComponent.c.

Variable Documentation

◆ m_Item

Same as SCR_BackendImageComponent, but implements default image based on tag of Workshop Item.