Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SaveContext.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
16
class
SaveContext
:
SerializationContext
17
{
19
proto
bool
Write
(
void
value);
21
proto
bool
WriteValue(
string
name,
void
value);
23
proto
bool
WriteDefault(
void
value,
void
defaultValue);
25
proto
bool
WriteValueDefault(
string
name,
void
value,
void
defaultValue);
30
proto external
bool
WriteMapKey(
string
key);
31
}
32
Write
proto bool Write(void value_out)
SaveContext
Definition
SaveContext.c:17
SerializationContext
Definition
SerializationContext.c:16
scripts
Game
generated
Plugins
Serialization
SaveContext.c
Generated by
1.17.0