Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_FilterEntryRoom Interface Reference
Inheritance diagram for SCR_FilterEntryRoom:
[legend]

Public Member Functions

void AddFilterValue (string name, string value, EFilterType type)
 
array< ref SCR_FilterEntryRoomValueGetValues ()
 
SCR_FilterEntryRoomValue FindValue (string name)
 
- Public Member Functions inherited from SCR_FilterEntry
SCR_FilterCategory GetCategory ()
 Returns the category of this filter.
 
void SetSelected (bool newValue)
 Sets the selected flag, doesn't do anything special.
 
bool GetSelected (bool defaultValue=false)
 Returns the selected flag.
 
void Init (SCR_FilterCategory category)
 

Protected Attributes

ref array< ref SCR_FilterEntryRoomValuem_aValues
 
- Protected Attributes inherited from SCR_FilterEntry
bool m_bSelected
 
SCR_FilterCategory m_Category
 

Additional Inherited Members

- Public Attributes inherited from SCR_FilterEntry
string m_sDisplayName
 
string m_sInternalName
 
bool m_bSelectedAtStart
 
ResourceName m_sImageTexture
 
ResourceName m_sGlowTexture
 
string m_sImageName
 
SCR_ListBoxElementComponent m_FilterComponent
 

Member Function Documentation

◆ AddFilterValue()

void SCR_FilterEntryRoom.AddFilterValue ( string  name,
string  value,
EFilterType  type 
)

◆ FindValue()

SCR_FilterEntryRoomValue SCR_FilterEntryRoom.FindValue ( string  name)

◆ GetValues()

array< ref SCR_FilterEntryRoomValue > SCR_FilterEntryRoom.GetValues ( )

Member Data Documentation

◆ m_aValues

ref array<ref SCR_FilterEntryRoomValue> SCR_FilterEntryRoom.m_aValues
protected

The documentation for this interface was generated from the following file: