Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
LoadContext.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 Read(out void value);
21 proto bool ReadValue(string name, out void value);
23 proto bool ReadDefault(out void value, void defaultValue);
25 proto bool ReadValueDefault(string name, out void value, void defaultValue);
27 proto bool ReadMapKey(int idx, out string key);
32 proto external bool DoesKeyExist(string name);
37 proto external bool DoesObjectExist(string name);
38}
39
proto bool Read(void value_in)