Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BufferSaveContext.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
override void Configure()