| 
    Arma Reforger Script API
    
   | 
 
Descriptor icon type defaults. More...
Public Member Functions | |
| override void | SetDefaults (MapDescriptorProps props) | 
| Set default values per descriptor type.   | |
| override void | SetColors (MapDescriptorProps props) | 
| Set default colors per descriptor type.   | |
Public Attributes | |
| string | m_sImageQuad | 
| int | m_iIconSize | 
| float | m_fIconMinScale | 
| float | m_fIconMaxScale | 
| bool | m_bAlignWithParent | 
| ref Color | m_vColor | 
  Public Attributes inherited from SCR_DescriptorDefaultsBase | |
| int | m_iDescriptorType | 
| int | m_iPriority | 
| int | m_iImageSetIndex | 
| bool | m_bUseFactionColors | 
| bool | m_bIsDefaultInvisible | 
| int | m_iDescriptorGroupType | 
| float | m_fGroupScale | 
Additional Inherited Members | |
  Static Public Member Functions inherited from SCR_DescriptorDefaultsBase | |
| static void | SetGlobals (int size, float refPPU) | 
| Set global descriptor defaults values.   | |
  Static Public Attributes inherited from SCR_DescriptorDefaultsBase | |
| static int | s_iImageSetIconSize | 
| static float | s_fReferencePPU | 
Descriptor icon type defaults.
| override void SCR_DescriptorDefIcon.SetColors | ( | MapDescriptorProps | props | ) | 
Set default colors per descriptor type.
Implements SCR_DescriptorDefaultsBase.
Implemented in SCR_DescriptorDefIconText.
| override void SCR_DescriptorDefIcon.SetDefaults | ( | MapDescriptorProps | props | ) | 
Set default values per descriptor type.
Implements SCR_DescriptorDefaultsBase.
Implemented in SCR_DescriptorDefIconText.
| bool SCR_DescriptorDefIcon.m_bAlignWithParent | 
| float SCR_DescriptorDefIcon.m_fIconMaxScale | 
| float SCR_DescriptorDefIcon.m_fIconMinScale | 
| int SCR_DescriptorDefIcon.m_iIconSize | 
| string SCR_DescriptorDefIcon.m_sImageQuad | 
| ref Color SCR_DescriptorDefIcon.m_vColor |