Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BinarySaveContainer.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
14{
20 proto external void ConfigureCompression(bool enabled);
26 proto external void ConfigureNameValidation(bool enabled);
31 proto external void ConfigureObjectSeeking(bool enabled);
37 proto external void ConfigureSkippableObjects(bool enabled);
38 proto external ref BinaryDataContainer SaveToContainer();
39 proto external bool SaveToFile(string fileName);
40}
41
Container for saving data in binary format.