![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | RestApi () |
| void | ~RestApi () |
| proto native void | DebugList () |
| List of all currently active contexes and processed (pending) requests. | |
| proto native void | EnableDebug (bool bEnable) |
| Enable debug output to console (disabled by default). | |
| proto native int | GetContextCount () |
| Get count of registered contexes. | |
| proto native RestContext | GetRestContext (string serverURL) |
| Get new or existing context for http comm GetRestContext("www.server915.com/interface/"). | |
| proto native void | SetOption (int option, int value) |
| Set specific option (integer). | |
|
private |
List of all currently active contexes and processed (pending) requests.
|
private |
Enable debug output to console (disabled by default).
|
private |
Get count of registered contexes.
|
private |
Get new or existing context for http comm GetRestContext("www.server915.com/interface/").