![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_PlayerProfileManagerComponentClass |
Functions | |
| Faction | GetPlayerFaction (int playerID) |
| CareerBackendData | GetPlayerProfile (int playerID) |
| override void | OnPlayerKilled (notnull SCR_InstigatorContextData instigatorContextData) |
| override void | OnPlayerDisconnected (int playerId, KickCauseCode cause, int timeout) |
| void | StoreProfile (int playerID, bool disconnecting=false) |
| bool | LoadPlayerProfileFromBackend (int playerID) |
| void | LoadConnectingPlayerProfile (int playerID) |
| override void | EOnFrame (IEntity owner, float timeSlice) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | EOnInit (IEntity owner) |
| void | SCR_PlayerProfileManagerComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
Variables | |
| SCR_PlayerProfileManagerComponentClass | s_RespawnSystemComponent = null |
| float | m_fRefreshTime |
| ref map< int, ref CareerBackendData > | m_mPlayerProfiles = null |
| ref array< int > | m_aPlayerIDsToLoadProfile = {} |
| float | m_fCurrentRefreshTime = 1 |
| ref BackendCallback | m_Callback = new BackendCallback() |
Definition at line 169 of file SCR_PlayerProfileManagerComponent.c.
Definition at line 28 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
| [in] | playerID |
Definition at line 36 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
| [in] | playerID |
Definition at line 151 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
Called after a player gets killed.
| [in] | instigatorContextData | Holds the data of the victim and killer |
| [in] | playerId | |
| [in] | playerEntity | |
| [in] | killerEntity | |
| [in] | killer |
Definition at line 45 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 223 of file SCR_PlayerProfileManagerComponent.c.
| [in] | playerID | |
| [in] | disconnecting |
Definition at line 96 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
Definition at line 23 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
Definition at line 25 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
Definition at line 24 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
Definition at line 17 of file SCR_PlayerProfileManagerComponent.c.
|
protected |
Definition at line 22 of file SCR_PlayerProfileManagerComponent.c.
| SCR_PlayerProfileManagerComponentClass s_RespawnSystemComponent = null |