![]() |
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_ReconnectData |
| Data class for reconnecting players. More... | |
| class | SCR_ReconnectComponent |
Functions | |
| class SCR_ReconnectData | EntityEditorProps (category:"GameScripted/GameMode", description:"") |
Variables | |
| WorldTimestamp | m_ValidUntil |
| How long this reconnection data can be used. | |
| IEntity | m_ReservedEntity |
| Entity of the returning player. | |
| class SCR_ReconnectData EntityEditorProps | ( | category:"GameScripted/GameMode" | , |
| description:"" | ) |
Definition at line 1 of file SCR_ReconnectComponent.c.
| IEntity m_ReservedEntity |
Entity of the returning player.
Definition at line 18 of file SCR_ReconnectComponent.c.
| WorldTimestamp m_ValidUntil |
How long this reconnection data can be used.
Definition at line 15 of file SCR_ReconnectComponent.c.