Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RplSession.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7sealed class RplSession
8{
9 private void RplSession();
10 private void ~RplSession();
11
16 static proto owned string TryGetListenAddress();
18 static proto void RegisterCallbacks(RplSessionCallbacks callbacks);
20 static proto RplMode Mode();
21}
RplMode
Mode of replication.
Definition RplMode.c:9