|
Arma Reforger Script API
|
Used for storing client data to be reapplied for reconnecting clients. More...
Public Member Functions | |
| void | SetID (string ID) |
| string | GetID () |
| void | SetXP (int XP) |
| int | GetXP () |
| void | SetFactionIndex (int faction) |
| int | GetFactionIndex () |
| void | SetRespawnPenalty (float penalty) |
| float | GetRespawnPenalty () |
| void | SetLastSuicideTimestamp (float timestamp) |
| float | GetLastSuicideTimestamp () |
| void | SetLastPenaltyDeductionTimestamp (float timestamp) |
| float | GetLastPenaltyDeductionTimestamp () |
| void | SetNextFastTravelTimestamp (WorldTimestamp timestamp) |
| WorldTimestamp | GetNextFastTravelTimestamp () |
Protected Attributes | |
| string | m_sID |
| int | m_iXP |
| int | m_iFaction = -1 |
| float | m_fLastSuicideTimestamp |
| float | m_fRespawnPenalty |
| float | m_fLastPenaltyDeductionTimestamp |
| WorldTimestamp | m_fNextTravelAvailableAt |
Used for storing client data to be reapplied for reconnecting clients.
| int SCR_CampaignClientData.GetFactionIndex | ( | ) |
| string SCR_CampaignClientData.GetID | ( | ) |
| float SCR_CampaignClientData.GetLastPenaltyDeductionTimestamp | ( | ) |
| float SCR_CampaignClientData.GetLastSuicideTimestamp | ( | ) |
| WorldTimestamp SCR_CampaignClientData.GetNextFastTravelTimestamp | ( | ) |
| float SCR_CampaignClientData.GetRespawnPenalty | ( | ) |
| int SCR_CampaignClientData.GetXP | ( | ) |
| void SCR_CampaignClientData.SetFactionIndex | ( | int | faction | ) |
| void SCR_CampaignClientData.SetID | ( | string | ID | ) |
| void SCR_CampaignClientData.SetLastPenaltyDeductionTimestamp | ( | float | timestamp | ) |
| void SCR_CampaignClientData.SetLastSuicideTimestamp | ( | float | timestamp | ) |
| void SCR_CampaignClientData.SetNextFastTravelTimestamp | ( | WorldTimestamp | timestamp | ) |
| void SCR_CampaignClientData.SetRespawnPenalty | ( | float | penalty | ) |
| void SCR_CampaignClientData.SetXP | ( | int | XP | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |