Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ReconnectComponent.c File Reference

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.

Function Documentation

◆ EntityEditorProps()

class SCR_ReconnectData EntityEditorProps ( category:"GameScripted/GameMode" ,
description:""  )

Definition at line 1 of file SCR_ReconnectComponent.c.

Variable Documentation

◆ m_ReservedEntity

IEntity m_ReservedEntity

Entity of the returning player.

Definition at line 18 of file SCR_ReconnectComponent.c.

◆ m_ValidUntil

WorldTimestamp m_ValidUntil

How long this reconnection data can be used.

Definition at line 15 of file SCR_ReconnectComponent.c.