Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorldSaveItem.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class WorldSaveItem: WorkshopItem
13{
14 private void WorldSaveItem();
15 void ~WorldSaveItem();
16
18 proto external void Save(notnull WorldSaveManifest manifest);
20 proto external int CreatedAt();
22 proto external void FillManifest(out notnull WorldSaveManifest manifest);
28 proto external WorldSaveItem UploadWorldSave(notnull WorldSaveManifest manifest, BackendCallback pCallback);
39 proto external int SaveJPEG(PixelRawData pData, int iWidth, int iHeight, int iQuality, int iChannels, bool bPreview);
41 static proto WorldSaveItem CreateLocalWorldSave(notnull WorldSaveManifest manifest);
42}
43