Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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_FieldOfViewSettings Attribute