Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_JsonApiStructHandler Interface Reference

Scripted DS config to link all server config part together Override for all DS config part to scripted behvaior. More...

Static Public Member Functions

static void StoreValue (JsonApiStruct json, string variableName, string value, EJsonApiStructValueType type)
 Store value has to be called in OnPack only.
 
static bool StringToBool (string str)
 
static string BoolToString (bool boolean)
 

Static Protected Member Functions

static bool ToBool (string value)
 

Detailed Description

Scripted DS config to link all server config part together Override for all DS config part to scripted behvaior.

Handler for json api struct values

Member Function Documentation

◆ BoolToString()

static string SCR_JsonApiStructHandler.BoolToString ( bool boolean)
static

◆ StoreValue()

static void SCR_JsonApiStructHandler.StoreValue ( JsonApiStruct json,
string variableName,
string value,
EJsonApiStructValueType type )
static

Store value has to be called in OnPack only.

◆ StringToBool()

static bool SCR_JsonApiStructHandler.StringToBool ( string str)
static

◆ ToBool()

static bool SCR_JsonApiStructHandler.ToBool ( string value)
staticprotected

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