Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ContentBrowserFilters.c
Go to the documentation of this file.
1
/*
2
Classes for filters of workshop.
3
*/
4
5
6
//--------------------------------------------------------------------------------------------------------------
7
[
BaseContainerProps
(),
SCR_FilterEntryTitle
()]
8
class
SCR_ContentBrowserFilterTag
:
SCR_FilterEntry
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
};
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
params
category params
Definition
SCR_SpherePointGeneratorPreviewComponent.c:21
ResourceName
Definition
ResourceName.c:13
SCR_ContentBrowserFilterTag
Definition
ContentBrowserFilters.c:9
SCR_FilterEntry
Definition
SCR_FilterSet.c:10
SCR_FilterEntryTitle
Set filter title in config by internal name for better readability.
Definition
SCR_FilterSet.c:262
UIWidgets
Definition
attributes.c:40
WorkshopApi
Workshop Api instance.
Definition
WorkshopApi.c:14
WorkshopTag
Definition
WorkshopTag.c:15
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
UI
Menu
ContentBrowser
MainMenu
ContentBrowserFilters.c
Generated by
1.17.0