Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GameStateTransitions.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class GameStateTransitions
13{
14 private void GameStateTransitions();
15 private void ~GameStateTransitions();
16
18 static proto bool IsTransitionRequested();
20 static proto bool IsTransitionInProgress();
21 static proto bool IsTransitionRequestedOrInProgress();
23 static proto bool RequestPublicServerTransition(JsonApiStruct config);
25 static proto bool RequestConnectViaRoom(Room room);
32 static proto bool RequestScenarioChangeTransition(ResourceName missionOrWorld, ResourceName worldSystemsConfig, string addonList);
37 static proto bool RequestScenarioRestart();
39 static proto bool RequestServerConfigChange(notnull ServerConfigMeta configMeta);
41 static proto void RequestGameplayEndTransition(KickCauseCode code = KickCauseCode.NONE);
43 static proto void RequestGameTerminateTransition();
44 static proto bool RequestStartEditorTransition(string resourceStr, string addonList, bool createSubScene = false);
46 static proto bool RequestLoadEditorWorld(string resourceStr, bool createSubScene = false);
48 static proto bool RequestNewSubscene();
50 static proto bool IsInsideMainMenu();
52 static proto bool IsFirstMainMenu();
53}
54
base classes for filtering in server browser
Definition Room.c:13