Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_BaseEditorAttribute |
Base Attribute Script for other attributes to inherent from to get and set varriables in Editor Attribute window. More... | |
class | SCR_BaseEditorAttributeEntryUIInfo |
class | SCR_BaseEditorAttributeEntryTimeSlider |
class | SCR_EditorAttributeEntryBool |
class | SCR_EditorAttributeEntryIntArray |
class | SCR_EditorAttributePresetEntry |
class | SCR_EditorAttributeEntryOverride |
class | SCR_BaseEditorAttributeCustomTitle |
Variables | |
class SCR_BaseEditorAttribute | m_sText |
SCR_BaseEditorAttributeEntryUIInfo | m_fMin |
protected float | m_fMax |
protected float | m_fStep |
protected int | m_sDecimals |
protected string | m_sSliderValueFormating |
protected string | m_sSliderLabel |
SCR_BaseEditorAttributeEntryTimeSlider | m_aValues |
SCR_EditorAttributeEntryIntArray | m_iValue |
SCR_EditorAttributePresetEntry | m_bCustomFlags |
SCR_EditorAttributeEntryOverride | m_fDefaultFloatValue |
int GetCount | ( | ) |
Definition at line 697 of file SCR_BaseEditorAttribute.c.
float GetDefaultFloatValue | ( | ) |
Definition at line 862 of file SCR_BaseEditorAttribute.c.
string GetEntry | ( | int | index | ) |
index | the wanted value's index - will fail if the index is incorrect! |
Definition at line 705 of file SCR_BaseEditorAttribute.c.
float GetEntryFloatValue | ( | int | index | ) |
Definition at line 652 of file SCR_BaseEditorAttribute.c.
int GetInt | ( | ) |
Definition at line 750 of file SCR_BaseEditorAttribute.c.
string GetSliderlabel | ( | ) |
Definition at line 544 of file SCR_BaseEditorAttribute.c.
void GetSliderMinMaxStep | ( | out float | min, |
out float | max, | ||
out float | step | ||
) |
[out] | min | |
[out] | max | |
[out] | step |
Definition at line 530 of file SCR_BaseEditorAttribute.c.
string GetSliderValueFormating | ( | ) |
Get the secondary Label value.
Definition at line 574 of file SCR_BaseEditorAttribute.c.
string GetText | ( | ) |
Definition at line 480 of file SCR_BaseEditorAttribute.c.
string GetText | ( | float | value | ) |
bool GetUsesCustomFlags | ( | ) |
Definition at line 822 of file SCR_BaseEditorAttribute.c.
int GetValueCount | ( | ) |
Definition at line 634 of file SCR_BaseEditorAttribute.c.
SCR_EditorAttributeFloatStringValueHolder GetValuesEntry | ( | int | index | ) |
index | wanted value's index |
Definition at line 642 of file SCR_BaseEditorAttribute.c.
void SCR_BaseEditorAttributeDefaultFloatValue | ( | float | floatValue | ) |
Definition at line 856 of file SCR_BaseEditorAttribute.c.
void SCR_BaseEditorAttributeEntrySlider | ( | SCR_EditorAttributeBaseValues | sliderValues | ) |
Definition at line 581 of file SCR_BaseEditorAttribute.c.
void SCR_BaseEditorAttributeEntryText | ( | string | text | ) |
Definition at line 486 of file SCR_BaseEditorAttribute.c.
void SCR_BaseEditorAttributeFloatStringValues | ( | array< ref SCR_EditorAttributeFloatStringValueHolder > | values | ) |
Definition at line 627 of file SCR_BaseEditorAttribute.c.
void SCR_EditorAttributeEntryInt | ( | int | value | ) |
Definition at line 744 of file SCR_BaseEditorAttribute.c.
void SCR_EditorAttributeEntryStringArray | ( | array< ref LocalizedString > | values | ) |
Definition at line 691 of file SCR_BaseEditorAttribute.c.
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 |
||
) |
buttonsOnRow | |
hasRandomizeButton | |
iconOfRandomizeButton | |
hasIcon | |
hasButtonDescription | |
buttonDescription | |
buttonHeight | |
customFlags |
Definition at line 815 of file SCR_BaseEditorAttribute.c.
void SetSliderLabel | ( | string | label | ) |
Definition at line 538 of file SCR_BaseEditorAttribute.c.
SCR_EditorAttributeEntryBool m_aValues |
SCR_EditorAttributePresetEntry m_bCustomFlags |
SCR_EditorAttributeEntryOverride m_fDefaultFloatValue |
protected float m_fMax |
Definition at line 520 of file SCR_BaseEditorAttribute.c.
protected float m_fStep |
Definition at line 521 of file SCR_BaseEditorAttribute.c.
SCR_EditorAttributeEntryIntArray m_iValue |
protected int m_sDecimals |
Definition at line 522 of file SCR_BaseEditorAttribute.c.
protected string m_sSliderLabel |
Definition at line 524 of file SCR_BaseEditorAttribute.c.
protected string m_sSliderValueFormating |
Definition at line 523 of file SCR_BaseEditorAttribute.c.
class SCR_BaseEditorAttribute m_sText |