DayZ 1.24
Loading...
Searching...
No Matches
JsonApiHandle Class Reference

Private Member Functions

void JsonApiHandle ()
 
void ~JsonApiHandle ()
 
proto native int Size ()
 Length of JSON.
 
proto native owned string AsString ()
 Return as string.
 
proto native void Invalidate ()
 Invalidate handle and schedule removal.
 

Detailed Description

Definition at line 26 of file JsonApi.c.

Constructor & Destructor Documentation

◆ JsonApiHandle()

void JsonApiHandle::JsonApiHandle ( )
inlineprivate

Definition at line 28 of file JsonApi.c.

28{}

◆ ~JsonApiHandle()

void JsonApiHandle::~JsonApiHandle ( )
inlineprivate

Definition at line 29 of file JsonApi.c.

29{}

Member Function Documentation

◆ AsString()

proto native owned string JsonApiHandle::AsString ( )
private

Return as string.

◆ Invalidate()

proto native void JsonApiHandle::Invalidate ( )
private

Invalidate handle and schedule removal.

◆ Size()

proto native int JsonApiHandle::Size ( )
private

Length of JSON.


The documentation for this class was generated from the following file: