Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GameWorldEditor.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
10class GameWorldEditor: Managed
11{
12 proto external WorldEditorAPI GetEditorAPI();
13 proto external bool SaveWorld();
18 proto external bool SaveWorldAs(string savePath, bool overridePath = false);
19 proto external void Undo();
20 proto external void Redo();
21 proto external bool SwitchToGameMode(ResourceName worldSystemsConfig, bool playFromCameraPos);
22 proto external void SwitchToEditMode();
23}