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

Public Member Functions

void SCR_BaseEditorAttributeFloatStringValues (array< ref SCR_EditorAttributeFloatStringValueHolder > values)
 
int GetValueCount ()
 
SCR_EditorAttributeFloatStringValueHolder GetValuesEntry (int index)
 
float GetEntryFloatValue (int index)
 

Protected Attributes

array< ref SCR_EditorAttributeFloatStringValueHolderm_aValues
 

Constructor & Destructor Documentation

◆ SCR_BaseEditorAttributeFloatStringValues()

void SCR_BaseEditorAttributeFloatStringValues.SCR_BaseEditorAttributeFloatStringValues ( array< ref SCR_EditorAttributeFloatStringValueHolder values)

Member Function Documentation

◆ GetEntryFloatValue()

float SCR_BaseEditorAttributeFloatStringValues.GetEntryFloatValue ( int  index)
Returns
index entry's float value or 0 if the provided index is invalid

◆ GetValueCount()

int SCR_BaseEditorAttributeFloatStringValues.GetValueCount ( )
Returns

◆ GetValuesEntry()

SCR_EditorAttributeFloatStringValueHolder SCR_BaseEditorAttributeFloatStringValues.GetValuesEntry ( int  index)
Parameters
indexwanted value's index
Returns
the requested entry or null if the provided index is invalid

Member Data Documentation

◆ m_aValues

array<ref SCR_EditorAttributeFloatStringValueHolder> SCR_BaseEditorAttributeFloatStringValues.m_aValues
protected

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