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

Public Member Functions

int GetID ()
 
int GetMembersAlive ()
 
float GetRespawnTimer ()
 
void SetID (int ID)
 
void SetMembersAlive (int count)
 
void SetRespawnTimer (float timer)
 
void SCR_CampaignRemnantInfoStruct ()
 
- Public Member Functions inherited from SCR_JsonApiStruct
bool Serialize ()
 Write world data into the struct.
 
bool Deserialize ()
 Read data from the struct and apply them in the world.
 
void ClearCache ()
 Clear struct's data.
 
void Log ()
 Log struct's data.
 

Protected Attributes

int m_iID
 
int m_iSize
 
float m_fR
 

Constructor & Destructor Documentation

◆ SCR_CampaignRemnantInfoStruct()

void SCR_CampaignRemnantInfoStruct.SCR_CampaignRemnantInfoStruct ( )

Member Function Documentation

◆ GetID()

int SCR_CampaignRemnantInfoStruct.GetID ( )

◆ GetMembersAlive()

int SCR_CampaignRemnantInfoStruct.GetMembersAlive ( )

◆ GetRespawnTimer()

float SCR_CampaignRemnantInfoStruct.GetRespawnTimer ( )

◆ SetID()

void SCR_CampaignRemnantInfoStruct.SetID ( int  ID)

◆ SetMembersAlive()

void SCR_CampaignRemnantInfoStruct.SetMembersAlive ( int  count)

◆ SetRespawnTimer()

void SCR_CampaignRemnantInfoStruct.SetRespawnTimer ( float  timer)

Member Data Documentation

◆ m_fR

float SCR_CampaignRemnantInfoStruct.m_fR
protected

◆ m_iID

int SCR_CampaignRemnantInfoStruct.m_iID
protected

◆ m_iSize

int SCR_CampaignRemnantInfoStruct.m_iSize
protected

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