Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_EditorAttributeBaseValues Interface Reference

Public Member Functions

void GetSliderValues (out string sliderValueFormating, out float min, out float max, out float step, out int decimals)
 
float GetMaxValue ()
 
void SetMaxValue (float maxValue)
 

Protected Attributes

LocalizedString m_sSliderValueFormating
 
float m_fMin
 
float m_fMax
 
float m_fStep
 
int m_iDecimals
 

Member Function Documentation

◆ GetMaxValue()

float SCR_EditorAttributeBaseValues.GetMaxValue ( )

◆ GetSliderValues()

void SCR_EditorAttributeBaseValues.GetSliderValues ( out string  sliderValueFormating,
out float  min,
out float  max,
out float  step,
out int  decimals 
)

◆ SetMaxValue()

void SCR_EditorAttributeBaseValues.SetMaxValue ( float  maxValue)

Member Data Documentation

◆ m_fMax

float SCR_EditorAttributeBaseValues.m_fMax
protected

◆ m_fMin

float SCR_EditorAttributeBaseValues.m_fMin
protected

◆ m_fStep

float SCR_EditorAttributeBaseValues.m_fStep
protected

◆ m_iDecimals

int SCR_EditorAttributeBaseValues.m_iDecimals
protected

◆ m_sSliderValueFormating

LocalizedString SCR_EditorAttributeBaseValues.m_sSliderValueFormating
protected

The documentation for this interface was generated from the following file: