Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DSSession.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class DSSession
14{
15 private void DSSession();
16 private void ~DSSession();
17
21 proto external string Name();
25 proto external int Status();
29 proto external int PlayerLimit();
33 proto external int PlayerCount();
37 proto external void RequestShutdown();
41 proto external void RequestActive();
45 proto external void RequestFinish();
49 proto external void RequestRestart();
53 proto external float GetUpTime();
57 proto external string RoomID();
61 proto external string ScenarioID();
62}
63