![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
base classes for filtering in server browser More...
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 |
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.
|
inlineprotected |
Creates feedback data container.
Definition at line 201 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 170 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 42 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 93 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 99 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 135 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 117 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 129 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 105 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 111 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 87 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 81 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 48 of file ProfileCharacter.c.
|
inlineprotected |
Definition at line 123 of file SCR_FeedbackDialogUI.c.
|
inlineprotected |
Definition at line 39 of file ProfileCharacter.c.
|
inlineprotected |
Event called when pending store operation is finished - callback from JsonApiHandle before handle release.
Definition at line 86 of file ProfileCharacter.c.
|
inlineprotected |
Definition at line 65 of file ProfileCharacter.c.
|
protected |
Definition at line 37 of file ProfileCharacter.c.
|
protected |
Visibility of feedback.
Definition at line 12 of file SCR_FeedbackDialogUI.c.
|
protected |
Version information Game build time
Definition at line 22 of file SCR_FeedbackDialogUI.c.
|
protected |
Game build version.
Definition at line 24 of file SCR_FeedbackDialogUI.c.
|
protected |
Definition at line 9 of file SCR_FeedbackDialogUI.c.
|
protected |
Category of feedback: character, vehicle, UI..
Definition at line 8 of file SCR_FeedbackDialogUI.c.
|
protected |
User provided content.
Definition at line 15 of file SCR_FeedbackDialogUI.c.
|
protected |
Definition at line 35 of file ProfileCharacter.c.
|
protected |
Message string for Slack (not part of JSON).
Definition at line 39 of file SCR_FeedbackDialogUI.c.
|
protected |
When feedback was submit Formatted as YYYYY-MM-DD HH-MM-SS
Definition at line 31 of file SCR_FeedbackDialogUI.c.
|
protected |
Definition at line 6 of file SCR_FeedbackDialogUI.c.
|
protected |
Type of feedback: issue, feedback..
Definition at line 5 of file SCR_FeedbackDialogUI.c.
|
protected |
User data.
Definition at line 18 of file SCR_FeedbackDialogUI.c.
|
protected |
Game information Current world file
Definition at line 28 of file SCR_FeedbackDialogUI.c.
|
protected |
Current world position taken from camera if any.
Definition at line 34 of file SCR_FeedbackDialogUI.c.
|
protected |
Current camera orientation taken from camera if any.
Definition at line 36 of file SCR_FeedbackDialogUI.c.