|
Arma Reforger Script API
|
Descriptor invisible type, for cursor interaction logic support while UI is handled by another system. More...
Public Member Functions | |
| override void | SetDefaults (MapDescriptorProps props) |
| Set default values per descriptor type. | |
Public Member Functions inherited from SCR_DescriptorDefaultsBase | |
| void | SetColors (MapDescriptorProps props) |
| Set default colors per descriptor type. | |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_DescriptorDefaultsBase | |
| static void | SetGlobals (int size, float refPPU) |
| Set global descriptor defaults values. | |
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 |
Static Public Attributes inherited from SCR_DescriptorDefaultsBase | |
| static int | s_iImageSetIconSize |
| static float | s_fReferencePPU |
Descriptor invisible type, for cursor interaction logic support while UI is handled by another system.
| override void SCR_DescriptorDefInvisible.SetDefaults | ( | MapDescriptorProps | props | ) |
Set default values per descriptor type.
Implements SCR_DescriptorDefaultsBase.