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_OverridableUIInfo.c
Go to the documentation of this file.
1
3
[
BaseContainerProps
(),
SCR_BaseContainerLocalizedTitleField
(
"Name"
)]
4
class
SCR_OverridableUIInfo
:
SCR_UIInfo
5
{
6
//------------------------------------------------------------------------------------------------
9
override
void
SetName(
LocalizedString
name)
10
{
11
Name
= name;
12
}
13
14
//------------------------------------------------------------------------------------------------
17
override
void
SetDescription(
LocalizedString
description)
18
{
19
Description
= description;
20
}
21
22
//------------------------------------------------------------------------------------------------
25
void
SetIcon(
string
icon)
26
{
27
Icon
= icon;
28
}
29
30
//------------------------------------------------------------------------------------------------
33
void
SetIconSetName(
string
iconSetName)
34
{
35
IconSetName
= iconSetName;
36
}
37
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_BaseContainerLocalizedTitleField
SCR_PlayerCommandingConfigActionPair Managed SCR_BaseContainerLocalizedTitleField("m_sCommandName")
Definition
SCR_PlayerCommandsConfig.c:58
LocalizedString
Definition
LocalizedString.c:22
SCR_OverridableUIInfo
Definition
SCR_OverridableUIInfo.c:5
SCR_UIDescription::Description
LocalizedString Description
Definition
SCR_UIDescription.c:8
SCR_UIInfo
Definition
SCR_UIInfo.c:8
SCR_UIInfo::IconSetName
string IconSetName
Definition
SCR_UIInfo.c:13
SCR_UIInfo::Icon
ResourceName Icon
Definition
SCR_UIInfo.c:10
SCR_UIName::Name
LocalizedString Name
Definition
SCR_UIName.c:8
scripts
Game
Editor
Containers
UIInfo
SCR_OverridableUIInfo.c
Generated by
1.17.0