Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
jsonapi.c File Reference

Go to the source code of this file.

Data Structures

class  JsonApi
class  JsonApiHandle

Enumerations

enum  EJsonApiError {
  ETJSON_UNKNOWN , ETJSON_OK , ETJSON_COMMSEND , ETJSON_COMMRECV ,
  ETJSON_PARSERERROR , ETJSON_PACKNOSTART , ETJSON_TIMEOUT , ETJSON_NOBUFFERS ,
  ETJSON_FAILFILELOAD , ETJSON_FAILFILESAVE , ETJSON_NOTARRAY
}

Functions

proto native JsonApi CreateJsonApi ()
proto native void DestroyJsonApi ()
proto native JsonApi GetJsonApi ()

Enumeration Type Documentation

◆ EJsonApiError

Enumerator
ETJSON_UNKNOWN 
ETJSON_OK 
ETJSON_COMMSEND 
ETJSON_COMMRECV 
ETJSON_PARSERERROR 
ETJSON_PACKNOSTART 
ETJSON_TIMEOUT 
ETJSON_NOBUFFERS 
ETJSON_FAILFILELOAD 
ETJSON_FAILFILESAVE 
ETJSON_NOTARRAY 

Definition at line 7 of file jsonapi.c.

Function Documentation

◆ CreateJsonApi()

proto native JsonApi CreateJsonApi ( )

◆ DestroyJsonApi()

proto native void DestroyJsonApi ( )

◆ GetJsonApi()

proto native JsonApi GetJsonApi ( )