Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_GameKickMessages.c
Go to the documentation of this file.
1
[
BaseContainerProps
(configRoot :
true
)]
2
class
SCR_ErrorDialogMessages
3
{
4
[
Attribute
(
""
,
UIWidgets
.Object,
"Groups of game kick caused under which cause codes are aggretated"
)]
5
ref array<ref SCR_ErrorDialogMessageGroup> m_aKickCauseGroups;
6
};
7
8
//------------------------------------------------------------------------------------------------
9
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleField
(
"m_sName"
)]
10
class
SCR_ErrorDialogMessageGroup
:
SCR_ErrorDialogMessageEntry
11
{
12
[
Attribute
(
""
,
UIWidgets
.EditBox,
"General error that will be shown if no spefic entry if verified"
)]
13
string
m_sFallbackEntryName;
14
15
[
Attribute
(
""
,
UIWidgets
.Object,
"Entries in group"
)]
16
ref array<ref SCR_ErrorDialogMessageEntry> m_aKickCauseEntries;
17
};
18
19
//------------------------------------------------------------------------------------------------
20
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleField
(
"m_sName"
)]
21
class
SCR_ErrorDialogMessageEntry
22
{
23
[
Attribute
(
""
,
UIWidgets
.EditBox,
"Name of group"
)]
24
string
m_sName;
25
26
[
Attribute
(
""
,
UIWidgets
.EditBox,
"String that will be display in dialog on this kick reason"
)]
27
string
m_sNameLocalized;
28
};
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_BaseContainerCustomTitleField
SCR_Faction ScriptedFaction SCR_BaseContainerCustomTitleField("m_sCallsign")
Definition
SCR_Faction.c:971
SCR_ErrorDialogMessageEntry
Definition
SCR_GameKickMessages.c:22
SCR_ErrorDialogMessageGroup
Definition
SCR_GameKickMessages.c:11
SCR_ErrorDialogMessages
Definition
SCR_GameKickMessages.c:3
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
UI
Menu
ServerBrowser
SCR_GameKickMessages.c
Generated by
1.17.0