Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BufferSaveContext.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
15
sealed
class
BufferSaveContext
:
SaveContext
16
{
18
static
BufferSaveContext
Create(notnull
SaveContext
other)
19
{
20
BufferSaveContext
context();
21
context.Configure(other);
22
return
context;
23
}
24
26
proto external
void
Configure
(
SaveContext
other);
28
proto external
void
Apply(
SaveContext
other);
30
proto external
int
GetInstructionCount();
31
}
32
Configure
override void Configure()
Definition
ViewOrientationTool.c:112
BufferSaveContext
Definition
BufferSaveContext.c:16
SaveContext
Definition
SaveContext.c:17
scripts
Game
generated
Plugins
Serialization
BufferSaveContext.c
Generated by
1.17.0