![]() |
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 | 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 |
| 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.
| bool Enabled |
Definition at line 60 of file PeerConfig.c.
| bool ForceUpdate |
Definition at line 78 of file PeerConfig.c.
| ProcessHandle Handle = null |
Definition at line 99 of file PeerConfig.c.
| int Height |
Definition at line 72 of file PeerConfig.c.
| int MaxFPS |
Definition at line 84 of file PeerConfig.c.
| bool NoFocus |
Definition at line 81 of file PeerConfig.c.
| string Params |
Definition at line 97 of file PeerConfig.c.
| string Profile |
Definition at line 94 of file PeerConfig.c.
| bool RplAutoJoin |
Definition at line 87 of file PeerConfig.c.
| bool RplAutoReconnect |
Definition at line 89 of file PeerConfig.c.
| bool RplDisableTimeout |
Definition at line 91 of file PeerConfig.c.
| string Title |
Definition at line 57 of file PeerConfig.c.
| int Width |
Definition at line 69 of file PeerConfig.c.
| bool Windowed |
Definition at line 75 of file PeerConfig.c.
| int X |
Definition at line 63 of file PeerConfig.c.
| int Y |
Definition at line 66 of file PeerConfig.c.