Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
RestApi Class Reference

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).

Detailed Description

Definition at line 147 of file restapi.c.

Constructor & Destructor Documentation

◆ RestApi()

void RestApi ( )
inlineprivate

Definition at line 149 of file restapi.c.

◆ ~RestApi()

void ~RestApi ( )
inlineprivate

Definition at line 150 of file restapi.c.

Member Function Documentation

◆ DebugList()

proto native void DebugList ( )
private

List of all currently active contexes and processed (pending) requests.

◆ EnableDebug()

proto native void EnableDebug ( bool bEnable)
private

Enable debug output to console (disabled by default).

◆ GetContextCount()

proto native int GetContextCount ( )
private

Get count of registered contexes.

◆ GetRestContext()

proto native RestContext GetRestContext ( string serverURL)
private

Get new or existing context for http comm GetRestContext("www.server915.com/interface/").

◆ SetOption()

proto native void SetOption ( int option,
int value )
private

Set specific option (integer).


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/3_game/http/restapi.c