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

Go to the source code of this file.

Classes

class  PeerConfig

Functions

class PeerConfig _WB_GetCustomTitle (BaseContainer source, out string title)
 Custom names for defined zones to make config setup easier.

Variables

string Title
bool Enabled
int X
int Y
int Width
int Height
bool Windowed
bool ForceUpdate
bool NoFocus
int MaxFPS
bool RplAutoJoin
bool RplAutoReconnect
bool RplDisableTimeout
string Profile
string Params
ProcessHandle Handle = null

Function Documentation

◆ _WB_GetCustomTitle()

class PeerConfig _WB_GetCustomTitle ( BaseContainer source,
out string title )

Custom names for defined zones to make config setup easier.

Definition at line 1 of file PeerConfig.c.

Variable Documentation

◆ Enabled

bool Enabled

Definition at line 60 of file PeerConfig.c.

◆ ForceUpdate

bool ForceUpdate

Definition at line 78 of file PeerConfig.c.

◆ Handle

ProcessHandle Handle = null

Definition at line 99 of file PeerConfig.c.

◆ Height

int Height

Definition at line 72 of file PeerConfig.c.

◆ MaxFPS

int MaxFPS

Definition at line 84 of file PeerConfig.c.

◆ NoFocus

bool NoFocus

Definition at line 81 of file PeerConfig.c.

◆ Params

string Params

Definition at line 97 of file PeerConfig.c.

◆ Profile

string Profile

Definition at line 94 of file PeerConfig.c.

◆ RplAutoJoin

bool RplAutoJoin

Definition at line 87 of file PeerConfig.c.

◆ RplAutoReconnect

bool RplAutoReconnect

Definition at line 89 of file PeerConfig.c.

◆ RplDisableTimeout

bool RplDisableTimeout

Definition at line 91 of file PeerConfig.c.

◆ Title

string Title

Definition at line 57 of file PeerConfig.c.

◆ Width

int Width

Definition at line 69 of file PeerConfig.c.

◆ Windowed

bool Windowed

Definition at line 75 of file PeerConfig.c.

◆ X

int X

Definition at line 63 of file PeerConfig.c.

◆ Y

int Y

Definition at line 66 of file PeerConfig.c.