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

Public Member Functions

void SetIcon (ResourceName newIcon)
 
ResourceName GetIcon ()
 
void SetName (string newName)
 
string GetName ()
 
void SetDescription (string newDescription)
 
string GetDescription ()
 
void SetFloatValue (float newValue)
 
float GetFloatValue ()
 
void SetWithUIInfo (SCR_UIInfo info, float value)
 
void SetWithUIInfo (UIInfo info, float value)
 

Protected Attributes

ResourceName m_Icon
 
LocalizedString m_sEntryName
 
LocalizedString m_sEntryDescription
 
float m_fEntryFloatValue
 

Member Function Documentation

◆ GetDescription()

string SCR_EditorAttributeFloatStringValueHolder.GetDescription ( )

◆ GetFloatValue()

float SCR_EditorAttributeFloatStringValueHolder.GetFloatValue ( )

◆ GetIcon()

ResourceName SCR_EditorAttributeFloatStringValueHolder.GetIcon ( )

◆ GetName()

string SCR_EditorAttributeFloatStringValueHolder.GetName ( )

◆ SetDescription()

void SCR_EditorAttributeFloatStringValueHolder.SetDescription ( string  newDescription)

◆ SetFloatValue()

void SCR_EditorAttributeFloatStringValueHolder.SetFloatValue ( float  newValue)

◆ SetIcon()

void SCR_EditorAttributeFloatStringValueHolder.SetIcon ( ResourceName  newIcon)

◆ SetName()

void SCR_EditorAttributeFloatStringValueHolder.SetName ( string  newName)

◆ SetWithUIInfo() [1/2]

void SCR_EditorAttributeFloatStringValueHolder.SetWithUIInfo ( SCR_UIInfo  info,
float  value 
)

◆ SetWithUIInfo() [2/2]

void SCR_EditorAttributeFloatStringValueHolder.SetWithUIInfo ( UIInfo  info,
float  value 
)

Member Data Documentation

◆ m_fEntryFloatValue

float SCR_EditorAttributeFloatStringValueHolder.m_fEntryFloatValue
protected

◆ m_Icon

ResourceName SCR_EditorAttributeFloatStringValueHolder.m_Icon
protected

◆ m_sEntryDescription

LocalizedString SCR_EditorAttributeFloatStringValueHolder.m_sEntryDescription
protected

◆ m_sEntryName

LocalizedString SCR_EditorAttributeFloatStringValueHolder.m_sEntryName
protected

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