![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnStateChanged (EPersistenceSystemState oldState, EPersistenceSystemState newState) |
| void | OnBeforeSave (ESaveGameType saveType) |
| Called before save data is being read (and comitted). | |
| void | OnAfterSave (ESaveGameType saveType, bool success) |
| void | OnAfterLoad (bool success) |
| Called after initial world load completed. Success = false indicates fatal deserialization which is likely to negatively impact gameplay. | |
| void | HandleDelete (IEntity entity) |
| void | OnStateChanged (EPersistenceSystemState oldState, EPersistenceSystemState newState) |
| void | OnBeforeSave (ESaveGameType saveType) |
| Called before save data is being read (and comitted). | |
| void | OnAfterSave (ESaveGameType saveType, bool success) |
| void | OnAfterLoad (bool success) |
| Called after initial world load completed. Success = false indicates fatal deserialization which is likely to negatively impact gameplay. | |
| void | HandleDelete (IEntity entity) |
Definition at line 12 of file PersistenceSystem.c.
|
protected |
Handle deletion of an entity to do some pre or post processing Reasons for deletion include:
|
protected |
Handle deletion of an entity to do some pre or post processing Reasons for deletion include:
|
protected |
Called after initial world load completed. Success = false indicates fatal deserialization which is likely to negatively impact gameplay.
|
protected |
Called after initial world load completed. Success = false indicates fatal deserialization which is likely to negatively impact gameplay.
|
protected |
After the save was created and comitted to database.
| saveType | Type of save that was done |
| success | True or false if save data was successfully comitted to database |
|
protected |
After the save was created and comitted to database.
| saveType | Type of save that was done |
| success | True or false if save data was successfully comitted to database |
|
protected |
Called before save data is being read (and comitted).
|
protected |
Called before save data is being read (and comitted).
|
protected |
|
protected |