Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_GroupRolePresetConfig Class Reference
Inheritance diagram for SCR_GroupRolePresetConfig:
SCR_GroupPreset

Protected Member Functions

LocalizedString GetGroupRoleName ()
bool IsLoadoutInGroup (notnull SCR_FactionPlayerLoadout loadout)
bool CanBeCreatedByPlayer ()
bool CanPlayerJoin ()
array< ResourceNameGetLoadouts ()

Protected Attributes

LocalizedString m_sGroupRoleName
ref array< ResourceNamem_aLoadoutResources
bool m_bCanBeCreatedByPlayer
bool m_bCanPlayerJoin

Detailed Description

Definition at line 2 of file SCR_GroupRolePresetConfig.c.

Member Function Documentation

◆ CanBeCreatedByPlayer()

bool SCR_GroupRolePresetConfig::CanBeCreatedByPlayer ( )
inlineprotected

Can be group created by player

Returns
false - it will be not visible in create group menu

Definition at line 34 of file SCR_GroupRolePresetConfig.c.

◆ CanPlayerJoin()

bool SCR_GroupRolePresetConfig::CanPlayerJoin ( )
inlineprotected

Can player join to group

Returns
false - join button will be disabled and join requests cannot be sent to the group

Definition at line 42 of file SCR_GroupRolePresetConfig.c.

◆ GetGroupRoleName()

LocalizedString SCR_GroupRolePresetConfig::GetGroupRoleName ( )
inlineprotected
Returns
localized group role name

Definition at line 18 of file SCR_GroupRolePresetConfig.c.

◆ GetLoadouts()

array< ResourceName > SCR_GroupRolePresetConfig::GetLoadouts ( )
inlineprotected

Definition at line 48 of file SCR_GroupRolePresetConfig.c.

◆ IsLoadoutInGroup()

bool SCR_GroupRolePresetConfig::IsLoadoutInGroup ( notnull SCR_FactionPlayerLoadout loadout)
inlineprotected
Parameters
[in]loadout
Returns
true if loadout is in preset

Definition at line 26 of file SCR_GroupRolePresetConfig.c.

Member Data Documentation

◆ m_aLoadoutResources

ref array<ResourceName> SCR_GroupRolePresetConfig::m_aLoadoutResources
protected

Definition at line 8 of file SCR_GroupRolePresetConfig.c.

◆ m_bCanBeCreatedByPlayer

bool SCR_GroupRolePresetConfig::m_bCanBeCreatedByPlayer
protected

Definition at line 11 of file SCR_GroupRolePresetConfig.c.

◆ m_bCanPlayerJoin

bool SCR_GroupRolePresetConfig::m_bCanPlayerJoin
protected

Definition at line 14 of file SCR_GroupRolePresetConfig.c.

◆ m_sGroupRoleName

LocalizedString SCR_GroupRolePresetConfig::m_sGroupRoleName
protected

Definition at line 5 of file SCR_GroupRolePresetConfig.c.


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