Arma Reforger Script API
|
Configuration of descriptor defaults. More...
Public Member Functions | |
void | SetDefaults (MapDescriptorProps props) |
Set default values per descriptor type. | |
void | SetColors (MapDescriptorProps props) |
Set default colors per descriptor type. | |
Static Public Member Functions | |
static void | SetGlobals (int size, float refPPU) |
Set global descriptor defaults values. | |
Public Attributes | |
int | m_iDescriptorType |
int | m_iPriority |
int | m_iImageSetIndex |
bool | m_bUseFactionColors |
bool | m_bIsDefaultInvisible |
int | m_iDescriptorGroupType |
float | m_fGroupScale |
Static Public Attributes | |
static int | s_iImageSetIconSize |
static float | s_fReferencePPU |
Configuration of descriptor defaults.
void SCR_DescriptorDefaultsBase.SetColors | ( | MapDescriptorProps | props | ) |
Set default colors per descriptor type.
Implemented in SCR_DescriptorDefIcon, SCR_DescriptorDefIconText, and SCR_DescriptorDefText.
void SCR_DescriptorDefaultsBase.SetDefaults | ( | MapDescriptorProps | props | ) |
Set default values per descriptor type.
Implemented in SCR_DescriptorDefInvisible, SCR_DescriptorDefIcon, SCR_DescriptorDefIconText, and SCR_DescriptorDefText.
|
static |
Set global descriptor defaults values.
bool SCR_DescriptorDefaultsBase.m_bIsDefaultInvisible |
bool SCR_DescriptorDefaultsBase.m_bUseFactionColors |
float SCR_DescriptorDefaultsBase.m_fGroupScale |
int SCR_DescriptorDefaultsBase.m_iDescriptorGroupType |
int SCR_DescriptorDefaultsBase.m_iDescriptorType |
int SCR_DescriptorDefaultsBase.m_iImageSetIndex |
int SCR_DescriptorDefaultsBase.m_iPriority |
|
static |
|
static |