|
Arma Reforger Script API
|
Public Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | SetScenario (MissionWorkshopItem scenario) |
Public Member Functions inherited from SCR_ContentDetailsPanelBase | |
| override bool | OnUpdate (Widget w) |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| override bool | OnClick (Widget w, int x, int y, int button) |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Protected Member Functions | |
| void | UpdateAllWidgets () |
| void | UpdateAuthorNameText () |
Protected Member Functions inherited from SCR_ContentDetailsPanelBase | |
| void | UpdateSize () |
| DetailsPanelContentPreset | FallbackContentByTag (string contentTag) |
| Get fallback content by tag. | |
| void | SetDescriptionText (string text) |
| Set description text with enforced text lenght limit. | |
| Widget | AddTypeDisplay (string image, ResourceName imageset, ResourceName glowImageset) |
| void | ClearTypeDisplays () |
Protected Attributes | |
| ref MissionWorkshopItem | m_Scenario |
| SCR_MissionHeader | m_Header |
| SCR_ScenarioBackendImageComponent | m_BackendImageComponent |
Protected Attributes inherited from SCR_ContentDetailsPanelBase | |
| ref SCR_ContentDetailsPanelBaseWidgets | m_CommonWidgets = new SCR_ContentDetailsPanelBaseWidgets |
| ref DetailsPanelContentPresetConfig | m_FallbackContent |
| int | m_iMaxDescriptionLenght |
| bool | m_bDisplayAdditionalInfo |
| ResourceName | m_sTypeDisplayLayout |
| int | m_iMaxTypeImages |
| SCR_SimpleWarningOverlayComponent | m_WarningOverlay |
| ref array< Widget > | m_aTypeImages = {} |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
Static Protected Attributes inherited from SCR_ContentDetailsPanelBase | |
| const int | DESCRIPTION_LENGHT_OFFSET = 10 |
| override void SCR_ScenarioDetailsPanelComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ContentDetailsPanelBase.
Implemented in SCR_ServerScenarioDetailsPanelComponent.
| void SCR_ScenarioDetailsPanelComponent.SetScenario | ( | MissionWorkshopItem | scenario | ) |
Implemented in SCR_ServerScenarioDetailsPanelComponent.
|
protected |
Implemented in SCR_ServerScenarioDetailsPanelComponent.
|
protected |
|
protected |
|
protected |
|
protected |