Arma Reforger Script API
|
Public Member Functions | |
void | AddFilterValue (string name, string value, EFilterType type) |
array< ref SCR_FilterEntryRoomValue > | GetValues () |
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_FilterEntryRoomValue > | m_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 |
void SCR_FilterEntryRoom.AddFilterValue | ( | string | name, |
string | value, | ||
EFilterType | type | ||
) |
SCR_FilterEntryRoomValue SCR_FilterEntryRoom.FindValue | ( | string | name | ) |
array< ref SCR_FilterEntryRoomValue > SCR_FilterEntryRoom.GetValues | ( | ) |
|
protected |