|
Arma Reforger Script API
|
Base class for one filter entry If you need extra functionality from it, you can inherit from this class. More...
Public Member Functions | |
| 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) |
Public Attributes | |
| string | m_sDisplayName |
| string | m_sInternalName |
| bool | m_bSelectedAtStart |
| ResourceName | m_sImageTexture |
| ResourceName | m_sGlowTexture |
| string | m_sImageName |
| SCR_ListBoxElementComponent | m_FilterComponent |
Protected Attributes | |
| bool | m_bSelected |
| SCR_FilterCategory | m_Category |
Base class for one filter entry If you need extra functionality from it, you can inherit from this class.
| SCR_FilterCategory SCR_FilterEntry.GetCategory | ( | ) |
Returns the category of this filter.
| bool SCR_FilterEntry.GetSelected | ( | bool | defaultValue = false | ) |
Returns the selected flag.
| void SCR_FilterEntry.Init | ( | SCR_FilterCategory | category | ) |
| void SCR_FilterEntry.SetSelected | ( | bool | newValue | ) |
Sets the selected flag, doesn't do anything special.
|
protected |
| bool SCR_FilterEntry.m_bSelectedAtStart |
|
protected |
| SCR_ListBoxElementComponent SCR_FilterEntry.m_FilterComponent |
| string SCR_FilterEntry.m_sDisplayName |
| ResourceName SCR_FilterEntry.m_sGlowTexture |
| string SCR_FilterEntry.m_sImageName |
| ResourceName SCR_FilterEntry.m_sImageTexture |
| string SCR_FilterEntry.m_sInternalName |