Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_AlternativeModel.c
Go to the documentation of this file.
2 {
3  [Attribute("", UIWidgets.ResourcePickerThumbnail, "Alternative model to be filled", params: "xob")]
4  private ResourceName m_sAlternativeModel;
5 
6  //------------------------------------------------------------------------------------------------
7  ResourceName GetAlternativeModel()
8  {
9  return m_sAlternativeModel;
10  }
11 };
SCR_AlternativeModel
Definition: SCR_AlternativeModel.c:1
Attribute
SCR_AlternativeModel Attribute
Post-process effect of scripted camera.
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
BaseItemAttributeData
Definition: BaseItemAttributeData.c:12