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

Public Member Functions

void SCR_EditorAttributeEntryStringArray (array< ref LocalizedString > values)
 
int GetCount ()
 
string GetEntry (int index)
 

Protected Attributes

array< ref LocalizedStringm_aValues
 

Constructor & Destructor Documentation

◆ SCR_EditorAttributeEntryStringArray()

void SCR_EditorAttributeEntryStringArray.SCR_EditorAttributeEntryStringArray ( array< ref LocalizedString values)

Member Function Documentation

◆ GetCount()

int SCR_EditorAttributeEntryStringArray.GetCount ( )

◆ GetEntry()

string SCR_EditorAttributeEntryStringArray.GetEntry ( int  index)
Parameters
indexthe wanted value's index - will fail if the index is incorrect!
Returns
the index's value

Member Data Documentation

◆ m_aValues

array<ref LocalizedString> SCR_EditorAttributeEntryStringArray.m_aValues
protected

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