Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
JsonApiStruct Class Reference

base classes for filtering in server browser More...

Inheritance diagram for JsonApiStruct:
AnimExportProfileChannelsResponse AnimExportProfilesRequest AnimExportTrackExportRequest BanListPageParams BanListPageParams CareerBackendData CheckGUIDRequest DSGameConfig DSMod EBT_HTTPErrorResponse ExportTerrainRequest FBXReportToolRequest FBXReportToolResponse GameplayTrait GetLayerInteractionResponse GetLoadedProjectsResponse GetPortalMatRequest GetTransformResult LayerPresetsRequest LoadedProjectsRequest LocatePrefabsFromPathRequest LocateProjectResponse MaterialValidatorResponse OpenXOBRequest PrefabImporterRequest SCR_BanSettings SCR_BanSettingsContainer SCR_DSOperating SCR_EditorMetaStruct SCR_JsonApiStruct SCR_PlayerData SCR_SessionInfo TextureValidationRequest TextureValidatorResponse

Protected Member Functions

string FormatMessage ()
string GetWorldFile ()
string GetUserName ()
string GetBuildTime ()
string GetBuildVersion ()
string GetFeedbackSubmitTime ()
string GetFeedbackType ()
string GetFeedbackCategory ()
bool IsPrivate ()
string GetFeedbackContent ()
string GetCurrentTimestamp ()
bool FetchCoords ()
void FeedbackData (string typeTag, string typeName, string catTag, string catName, bool bPrivate, string content)
 Creates feedback data container.
void OnlineRecord_Parent ()
void Initialize (int count)
void PrintThis ()
override void OnSuccess (int errorCode)
 Event called when pending store operation is finished - callback from JsonApiHandle before handle release.

Protected Attributes

string m_sTypeTag
 Type of feedback: issue, feedback..
string m_sTypeName
string m_sCategoryTag
 Category of feedback: character, vehicle, UI..
string m_sCategoryName
bool m_bPrivate
 Visibility of feedback.
string m_sContent
 User provided content.
string m_sUserName
 User data.
string m_sBuildTime
string m_sBuildVersion
 Game build version.
string m_sWorldFile
string m_sSubmitTime
vector m_vWorldPosition
 Current world position taken from camera if any.
vector m_vWorldRotation
 Current camera orientation taken from camera if any.
string m_sMessage
 Message string for Slack (not part of JSON).
ref OnlineRecord_Item m_SingleItem
ref array< ref OnlineRecord_Item > m_aItems

Detailed Description

base classes for filtering in server browser


object which allow to parse upon generic JSON structure and format it back

Definition at line 2 of file SCR_FeedbackDialogUI.c.

Member Function Documentation

◆ FeedbackData()

void JsonApiStruct::FeedbackData ( string typeTag,
string typeName,
string catTag,
string catName,
bool bPrivate,
string content )
inlineprotected

Creates feedback data container.

Definition at line 201 of file SCR_FeedbackDialogUI.c.

◆ FetchCoords()

bool JsonApiStruct::FetchCoords ( )
inlineprotected

Definition at line 170 of file SCR_FeedbackDialogUI.c.

◆ FormatMessage()

string JsonApiStruct::FormatMessage ( )
inlineprotected

Definition at line 42 of file SCR_FeedbackDialogUI.c.

◆ GetBuildTime()

string JsonApiStruct::GetBuildTime ( )
inlineprotected

Definition at line 93 of file SCR_FeedbackDialogUI.c.

◆ GetBuildVersion()

string JsonApiStruct::GetBuildVersion ( )
inlineprotected

Definition at line 99 of file SCR_FeedbackDialogUI.c.

◆ GetCurrentTimestamp()

string JsonApiStruct::GetCurrentTimestamp ( )
inlineprotected

Definition at line 135 of file SCR_FeedbackDialogUI.c.

◆ GetFeedbackCategory()

string JsonApiStruct::GetFeedbackCategory ( )
inlineprotected

Definition at line 117 of file SCR_FeedbackDialogUI.c.

◆ GetFeedbackContent()

string JsonApiStruct::GetFeedbackContent ( )
inlineprotected

Definition at line 129 of file SCR_FeedbackDialogUI.c.

◆ GetFeedbackSubmitTime()

string JsonApiStruct::GetFeedbackSubmitTime ( )
inlineprotected

Definition at line 105 of file SCR_FeedbackDialogUI.c.

◆ GetFeedbackType()

string JsonApiStruct::GetFeedbackType ( )
inlineprotected

Definition at line 111 of file SCR_FeedbackDialogUI.c.

◆ GetUserName()

string JsonApiStruct::GetUserName ( )
inlineprotected

Definition at line 87 of file SCR_FeedbackDialogUI.c.

◆ GetWorldFile()

string JsonApiStruct::GetWorldFile ( )
inlineprotected

Definition at line 81 of file SCR_FeedbackDialogUI.c.

◆ Initialize()

void JsonApiStruct::Initialize ( int count)
inlineprotected

Definition at line 48 of file ProfileCharacter.c.

◆ IsPrivate()

bool JsonApiStruct::IsPrivate ( )
inlineprotected

Definition at line 123 of file SCR_FeedbackDialogUI.c.

◆ OnlineRecord_Parent()

void JsonApiStruct::OnlineRecord_Parent ( )
inlineprotected

Definition at line 39 of file ProfileCharacter.c.

◆ OnSuccess()

override void JsonApiStruct::OnSuccess ( int errorCode)
inlineprotected

Event called when pending store operation is finished - callback from JsonApiHandle before handle release.

Definition at line 86 of file ProfileCharacter.c.

◆ PrintThis()

void JsonApiStruct::PrintThis ( )
inlineprotected

Definition at line 65 of file ProfileCharacter.c.

Member Data Documentation

◆ m_aItems

ref array<ref OnlineRecord_Item> JsonApiStruct::m_aItems
protected

Definition at line 37 of file ProfileCharacter.c.

◆ m_bPrivate

bool JsonApiStruct::m_bPrivate
protected

Visibility of feedback.

Definition at line 12 of file SCR_FeedbackDialogUI.c.

◆ m_sBuildTime

string JsonApiStruct::m_sBuildTime
protected

Version information Game build time

Definition at line 22 of file SCR_FeedbackDialogUI.c.

◆ m_sBuildVersion

string JsonApiStruct::m_sBuildVersion
protected

Game build version.

Definition at line 24 of file SCR_FeedbackDialogUI.c.

◆ m_sCategoryName

string JsonApiStruct::m_sCategoryName
protected

Definition at line 9 of file SCR_FeedbackDialogUI.c.

◆ m_sCategoryTag

string JsonApiStruct::m_sCategoryTag
protected

Category of feedback: character, vehicle, UI..

Definition at line 8 of file SCR_FeedbackDialogUI.c.

◆ m_sContent

string JsonApiStruct::m_sContent
protected

User provided content.

Definition at line 15 of file SCR_FeedbackDialogUI.c.

◆ m_SingleItem

ref OnlineRecord_Item JsonApiStruct::m_SingleItem
protected

Definition at line 35 of file ProfileCharacter.c.

◆ m_sMessage

string JsonApiStruct::m_sMessage
protected

Message string for Slack (not part of JSON).

Definition at line 39 of file SCR_FeedbackDialogUI.c.

◆ m_sSubmitTime

string JsonApiStruct::m_sSubmitTime
protected

When feedback was submit Formatted as YYYYY-MM-DD HH-MM-SS

Definition at line 31 of file SCR_FeedbackDialogUI.c.

◆ m_sTypeName

string JsonApiStruct::m_sTypeName
protected

Definition at line 6 of file SCR_FeedbackDialogUI.c.

◆ m_sTypeTag

string JsonApiStruct::m_sTypeTag
protected

Type of feedback: issue, feedback..

Definition at line 5 of file SCR_FeedbackDialogUI.c.

◆ m_sUserName

string JsonApiStruct::m_sUserName
protected

User data.

Definition at line 18 of file SCR_FeedbackDialogUI.c.

◆ m_sWorldFile

string JsonApiStruct::m_sWorldFile
protected

Game information Current world file

Definition at line 28 of file SCR_FeedbackDialogUI.c.

◆ m_vWorldPosition

vector JsonApiStruct::m_vWorldPosition
protected

Current world position taken from camera if any.

Definition at line 34 of file SCR_FeedbackDialogUI.c.

◆ m_vWorldRotation

vector JsonApiStruct::m_vWorldRotation
protected

Current camera orientation taken from camera if any.

Definition at line 36 of file SCR_FeedbackDialogUI.c.


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