Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BinarySaveContainer.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
BinarySaveContainer
:
SaveContainer
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
BinaryDataContainer
Definition
BinaryDataContainer.c:13
BinarySaveContainer
Container for saving data in binary format.
Definition
BinarySaveContainer.c:14
SaveContainer
Definition
SaveContainer.c:17
scripts
Game
generated
Plugins
Serialization
BinarySaveContainer.c
Generated by
1.17.0