Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_BaseEditorAttributeEntrySlider Interface Reference
Inheritance diagram for SCR_BaseEditorAttributeEntrySlider:
[legend]

Public Member Functions

void GetSliderMinMaxStep (out float min, out float max, out float step)
 
void SetSliderLabel (string label)
 
string GetSliderlabel ()
 
string GetText (float value)
 
string GetSliderValueFormating ()
 Get the secondary Label value.
 
void SCR_BaseEditorAttributeEntrySlider (SCR_EditorAttributeBaseValues sliderValues)
 

Protected Attributes

float m_fMin
 
float m_fMax
 
float m_fStep
 
int m_sDecimals
 
string m_sSliderValueFormating
 
string m_sSliderLabel
 

Constructor & Destructor Documentation

◆ SCR_BaseEditorAttributeEntrySlider()

void SCR_BaseEditorAttributeEntrySlider.SCR_BaseEditorAttributeEntrySlider ( SCR_EditorAttributeBaseValues  sliderValues)

Member Function Documentation

◆ GetSliderlabel()

string SCR_BaseEditorAttributeEntrySlider.GetSliderlabel ( )

◆ GetSliderMinMaxStep()

void SCR_BaseEditorAttributeEntrySlider.GetSliderMinMaxStep ( out float  min,
out float  max,
out float  step 
)
Parameters
[out]min
[out]max
[out]step

◆ GetSliderValueFormating()

string SCR_BaseEditorAttributeEntrySlider.GetSliderValueFormating ( )

Get the secondary Label value.

◆ GetText()

string SCR_BaseEditorAttributeEntrySlider.GetText ( float  value)
Parameters
value
Returns

◆ SetSliderLabel()

void SCR_BaseEditorAttributeEntrySlider.SetSliderLabel ( string  label)

Member Data Documentation

◆ m_fMax

float SCR_BaseEditorAttributeEntrySlider.m_fMax
protected

◆ m_fMin

float SCR_BaseEditorAttributeEntrySlider.m_fMin
protected

◆ m_fStep

float SCR_BaseEditorAttributeEntrySlider.m_fStep
protected

◆ m_sDecimals

int SCR_BaseEditorAttributeEntrySlider.m_sDecimals
protected

◆ m_sSliderLabel

string SCR_BaseEditorAttributeEntrySlider.m_sSliderLabel
protected

◆ m_sSliderValueFormating

string SCR_BaseEditorAttributeEntrySlider.m_sSliderValueFormating
protected

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