Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
JsonApiStruct.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
15
class
JsonApiStruct
: Managed
16
{
20
proto external
void
RegV(
string
name);
24
proto external
void
UnregV(
string
name);
28
proto external
void
RegAll();
32
proto external
void
StartObject(
string
name);
36
proto external
void
EndObject();
40
proto external
void
StoreObject(
string
name, JsonApiStruct obj);
44
proto external
void
StoreFloat(
string
name,
float
value);
48
proto external
void
StoreInteger(
string
name,
int
value);
52
proto external
void
StoreBoolean(
string
name,
bool
value);
56
proto external
void
StoreString(
string
name,
string
value);
60
proto external
void
StoreVector(
string
name, vector value);
64
proto external
void
StartArray(
string
name);
68
proto external
void
EndArray();
72
proto external
void
ItemObject(JsonApiStruct obj);
76
proto external
void
ItemFloat(
float
value);
80
proto external
void
ItemInteger(
int
value);
84
proto external
void
ItemBoolean(
bool
value);
88
proto external
void
ItemString(
string
value);
92
proto external
void
ItemVector(vector value);
96
proto external
void
ItemArray();
100
proto external
void
Pack();
104
proto external
void
ExpandFromRAW(
string
data
);
108
proto external
string
AsString();
112
proto external
bool
HasData();
116
proto external
bool
PackToFile(
string
FileName);
120
proto external
bool
SaveToFile(
string
FileName);
124
proto external
bool
LoadFromFile(
string
FileName);
125
126
// callbacks
127
131
event
void
OnExpand
();
135
event
void
OnPack
();
140
event
void
OnSuccess
(
int
errorCode);
145
event
void
OnError(
int
errorCode);
149
event
void
OnObject(
string
name);
153
event
void
OnStartArray(
string
name);
157
event
void
OnEndArray(
int
itemCount);
161
event
void
OnItemObject(
int
index
,
string
name);
162
}
163
OnPack
override void OnPack()
Definition
SCR_ContentBrowser_AddonsSubMenu.c:1677
index
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
Definition
SCR_DestructionSynchronizationComponent.c:17
data
Get all prefabs that have the spawner data
Definition
SCR_EntityCatalogManagerComponent.c:320
OnExpand
override void OnExpand()
Definition
ServerBrowserMenuCallbacks.c:60
JsonApiStruct
base classes for filtering in server browser
Definition
SCR_FeedbackDialogUI.c:3
JsonApiStruct::OnSuccess
override void OnSuccess(int errorCode)
Event called when pending store operation is finished - callback from JsonApiHandle before handle rel...
Definition
ProfileCharacter.c:86
scripts
GameLib
generated
online
JsonApiStruct.c
Generated by
1.17.0