Go to the source code of this file.
◆ GetCount()
◆ GetDefaultFloatValue()
| float GetDefaultFloatValue |
( |
| ) |
|
◆ GetEntry()
| string GetEntry |
( |
int |
index | ) |
|
- Parameters
-
| index | the wanted value's index - will fail if the index is incorrect! |
- Returns
- the index's value
Definition at line 705 of file SCR_BaseEditorAttribute.c.
◆ GetEntryFloatValue()
| float GetEntryFloatValue |
( |
int |
index | ) |
|
◆ GetInt()
◆ GetSliderlabel()
| string GetSliderlabel |
( |
| ) |
|
◆ GetSliderMinMaxStep()
| void GetSliderMinMaxStep |
( |
out float |
min, |
|
|
out float |
max, |
|
|
out float |
step |
|
) |
| |
◆ GetSliderValueFormating()
| string GetSliderValueFormating |
( |
| ) |
|
◆ GetText() [1/2]
◆ GetText() [2/2]
| string GetText |
( |
float |
value | ) |
|
◆ GetUsesCustomFlags()
| bool GetUsesCustomFlags |
( |
| ) |
|
◆ GetValueCount()
◆ GetValuesEntry()
- Parameters
-
| index | wanted value's index |
- Returns
- the requested entry or null if the provided index is invalid
Definition at line 642 of file SCR_BaseEditorAttribute.c.
◆ SCR_BaseEditorAttributeDefaultFloatValue()
| void SCR_BaseEditorAttributeDefaultFloatValue |
( |
float |
floatValue | ) |
|
◆ SCR_BaseEditorAttributeEntrySlider()
◆ SCR_BaseEditorAttributeEntryText()
| void SCR_BaseEditorAttributeEntryText |
( |
string |
text | ) |
|
◆ SCR_BaseEditorAttributeFloatStringValues()
◆ SCR_EditorAttributeEntryInt()
| void SCR_EditorAttributeEntryInt |
( |
int |
value | ) |
|
◆ SCR_EditorAttributeEntryStringArray()
| void SCR_EditorAttributeEntryStringArray |
( |
array< ref LocalizedString > |
values | ) |
|
◆ SCR_EditorAttributePresetMultiSelectEntry()
| void SCR_EditorAttributePresetMultiSelectEntry |
( |
int |
buttonsOnRow, |
|
|
bool |
hasRandomizeButton, |
|
|
ResourceName |
iconOfRandomizeButton = string.Empty, |
|
|
bool |
hasIcon = false, |
|
|
bool |
hasButtonDescription = false, |
|
|
string |
buttonDescription = string.Empty, |
|
|
int |
buttonHeight = -1, |
|
|
int |
customFlags = false |
|
) |
| |
- Parameters
-
| buttonsOnRow | |
| hasRandomizeButton | |
| iconOfRandomizeButton | |
| hasIcon | |
| hasButtonDescription | |
| buttonDescription | |
| buttonHeight | |
| customFlags | |
Definition at line 815 of file SCR_BaseEditorAttribute.c.
◆ SetSliderLabel()
| void SetSliderLabel |
( |
string |
label | ) |
|
◆ m_aValues
◆ m_bCustomFlags
◆ m_fDefaultFloatValue
◆ m_fMax
◆ m_fMin
◆ m_fStep
◆ m_iValue
◆ m_sDecimals
| protected int m_sDecimals |
◆ m_sSliderLabel
| protected string m_sSliderLabel |
◆ m_sSliderValueFormating
| protected string m_sSliderValueFormating |
◆ m_sText