Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ContentBrowserFilters.c
Go to the documentation of this file.
1/*
2Classes for filters of workshop.
3*/
4
5
6//--------------------------------------------------------------------------------------------------------------
9{
10 // Tag registered in Workshop API
11 WorkshopTag m_Tag;
12
13 // Default thumbnail associated with this tag
14 [Attribute("", UIWidgets.ResourceNamePicker, "Default thumbnail associated with this tag", params: "edds")]
15 ResourceName m_sDefaultThumbnail;
16
17 //--------------------------------------------------------------------------------------------------------------
18 WorkshopTag GetWorkshopTag()
19 {
20 return m_Tag;
21 }
22
23
24 //--------------------------------------------------------------------------------------------------------------
25 void RegisterInWorkshopApi(WorkshopApi api)
26 {
27 if (!m_Tag)
28 m_Tag = api.RegisterTag(m_sInternalName);
29 }
30};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Set filter title in config by internal name for better readability.
Workshop Api instance.
Definition WorkshopApi.c:14
SCR_FieldOfViewSettings Attribute