Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RestContext.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class RestContext
14{
15 private void RestContext();
16 private void ~RestContext();
17
18 proto external int GET(RestCallback cb, string request);
19 proto external string GET_now(string request);
20 [Obsolete("Not supported, will be removed!")]
21 proto external int FILE(RestCallback cb, string request, string filename);
22 [Obsolete("Not supported, will be removed!")]
23 proto external int FILE_now(string request, string filename);
24 proto external int POST(RestCallback cb, string request, string data);
25 proto external string POST_now(string request, string data);
26 proto external int PUT(RestCallback cb, string request, string data);
27 proto external string PUT_now(string request, string data);
28 proto external int DELETE(RestCallback cb, string request, string data);
29 proto external string DELETE_now(string request, string data);
30 proto external bool SetHeaders( string definition );
31 proto external void SetTimeout( int timeoutS );
32 // To be removed
33 [Obsolete("Not supported, will be removed!")]
34 proto external void reset();
35}
36
Get all prefabs that have the spawner data
@ DELETE
Further load on the instance is aborted and is deleted immediately.