Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ShellConfig Interface Reference

Public Member Functions

EntityPrefabData GetPrefabData ()
 
float GetSavedTime ()
 
void SetSavedTime (float newTime)
 
bool IsUsingManualTime ()
 
void SetManualTimeUsage (bool shouldUse)
 
int GetChargeRingConfigId ()
 
void SetChargeRingConfigId (int configId)
 
void SCR_ShellConfig (notnull EntityPrefabData prefabData, float time, bool useManualTime, int chargeRingConfigId=-1)
 

Protected Attributes

EntityPrefabData m_PrefabData
 
float m_fTime
 
bool m_bUseManualTime
 
int m_iChargeRingConfigId
 

Constructor & Destructor Documentation

◆ SCR_ShellConfig()

void SCR_ShellConfig.SCR_ShellConfig ( notnull EntityPrefabData prefabData,
float time,
bool useManualTime,
int chargeRingConfigId = -1 )
Parameters
[in]prefabData
[in]time
[in]useManualTime

Member Function Documentation

◆ GetChargeRingConfigId()

int SCR_ShellConfig.GetChargeRingConfigId ( )
Returns

◆ GetPrefabData()

EntityPrefabData SCR_ShellConfig.GetPrefabData ( )
Returns

◆ GetSavedTime()

float SCR_ShellConfig.GetSavedTime ( )
Returns

◆ IsUsingManualTime()

bool SCR_ShellConfig.IsUsingManualTime ( )
Returns

◆ SetChargeRingConfigId()

void SCR_ShellConfig.SetChargeRingConfigId ( int configId)
Parameters
[in]configId

◆ SetManualTimeUsage()

void SCR_ShellConfig.SetManualTimeUsage ( bool shouldUse)
Parameters
[in]shouldUse

◆ SetSavedTime()

void SCR_ShellConfig.SetSavedTime ( float newTime)
Parameters
[in]newTime

Member Data Documentation

◆ m_bUseManualTime

bool SCR_ShellConfig.m_bUseManualTime
protected

◆ m_fTime

float SCR_ShellConfig.m_fTime
protected

◆ m_iChargeRingConfigId

int SCR_ShellConfig.m_iChargeRingConfigId
protected

◆ m_PrefabData

EntityPrefabData SCR_ShellConfig.m_PrefabData
protected

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