Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_BallisticTableComponentClass Interface Reference
Inheritance diagram for SCR_BallisticTableComponentClass:
SCR_GadgetComponentClass ScriptGameComponentClass

Public Member Functions

ResourceName GetLayoutName ()
 
ResourceName GetCellPrefab ()
 
ResourceName GetRowPrefab ()
 
bool UseDashWhenZero ()
 If for this config values that area equal to zero should be replaced with a dash.
 
int GetNumberOfColumns ()
 
int GetWeights (notnull out array< float > outWeights)
 
int GetNumberOfPages ()
 
SCR_VisualisedBallisticConfig GetBallisticPage (int pageID)
 
int GetBallisticPages (notnull out array< SCR_VisualisedBallisticConfig > outPages)
 
string GetPageChangeSoundName ()
 
string GetDispersionTextFormat ()
 

Protected Attributes

ResourceName m_sLayoutName
 
ResourceName m_sRowPrefab
 
ResourceName m_sCellPrefab
 
bool m_bReplaceZerosWithDash
 
ref array< float > m_aGridFillWeights
 
ref array< ref SCR_VisualisedBallisticConfigm_aBallisticPages
 
string m_sPageTurnSoundEventName
 
LocalizedString m_sAverageDispersionFormat
 

Member Function Documentation

◆ GetBallisticPage()

SCR_VisualisedBallisticConfig SCR_BallisticTableComponentClass.GetBallisticPage ( int pageID)
Parameters
[in]pageIDposition in the array of configs
Returns

◆ GetBallisticPages()

int SCR_BallisticTableComponentClass.GetBallisticPages ( notnull out array< SCR_VisualisedBallisticConfig > outPages)
Parameters
[out]outPages
Returns
number of ballistic pages that are returned

◆ GetCellPrefab()

ResourceName SCR_BallisticTableComponentClass.GetCellPrefab ( )

◆ GetDispersionTextFormat()

string SCR_BallisticTableComponentClass.GetDispersionTextFormat ( )
Returns

◆ GetLayoutName()

ResourceName SCR_BallisticTableComponentClass.GetLayoutName ( )

◆ GetNumberOfColumns()

int SCR_BallisticTableComponentClass.GetNumberOfColumns ( )

◆ GetNumberOfPages()

int SCR_BallisticTableComponentClass.GetNumberOfPages ( )

◆ GetPageChangeSoundName()

string SCR_BallisticTableComponentClass.GetPageChangeSoundName ( )

◆ GetRowPrefab()

ResourceName SCR_BallisticTableComponentClass.GetRowPrefab ( )

◆ GetWeights()

int SCR_BallisticTableComponentClass.GetWeights ( notnull out array< float > outWeights)
Parameters
[out]outWeights
Returns
number of elements in returned array

◆ UseDashWhenZero()

bool SCR_BallisticTableComponentClass.UseDashWhenZero ( )

If for this config values that area equal to zero should be replaced with a dash.

Member Data Documentation

◆ m_aBallisticPages

ref array<ref SCR_VisualisedBallisticConfig> SCR_BallisticTableComponentClass.m_aBallisticPages
protected

◆ m_aGridFillWeights

ref array<float> SCR_BallisticTableComponentClass.m_aGridFillWeights
protected

◆ m_bReplaceZerosWithDash

bool SCR_BallisticTableComponentClass.m_bReplaceZerosWithDash
protected

◆ m_sAverageDispersionFormat

LocalizedString SCR_BallisticTableComponentClass.m_sAverageDispersionFormat
protected

◆ m_sCellPrefab

ResourceName SCR_BallisticTableComponentClass.m_sCellPrefab
protected

◆ m_sLayoutName

ResourceName SCR_BallisticTableComponentClass.m_sLayoutName
protected

◆ m_sPageTurnSoundEventName

string SCR_BallisticTableComponentClass.m_sPageTurnSoundEventName
protected

◆ m_sRowPrefab

ResourceName SCR_BallisticTableComponentClass.m_sRowPrefab
protected

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