Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_GameKickMessages.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot : true)]
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//------------------------------------------------------------------------------------------------
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//------------------------------------------------------------------------------------------------
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};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_Faction ScriptedFaction SCR_BaseContainerCustomTitleField("m_sCallsign")
SCR_FieldOfViewSettings Attribute