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